Skip to content

Commit

Permalink
chore: cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Sep 19, 2024
1 parent c6a604a commit 8b081fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/kontinuous-ui/pre-deploy/01-deployment_event.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { createClient } = require("@supabase/supabase-js")
module.exports = async (_manifests, _options, { config, ctx }) => {
const processEnv = ctx.get("env") || process.env
const { SUPABASE_URL: supabaseUrl, SUPABASE_KEY: supabaseKey } = processEnv
console.log("ENV", processEnv, supabaseUrl, supabaseKey)

const {
gitSha,
projectName,
Expand Down

0 comments on commit 8b081fb

Please sign in to comment.