Skip to content

Commit

Permalink
chore: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Sep 19, 2024
1 parent 4b3b0f8 commit 4aa5777
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/kontinuous-ui/pre-deploy/01-deployment_event.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = async (_manifests, _options, { config }) => {

const supabase = createClient(
"https://dabwsunwcukreynmegja.supabase.co",
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImRhYndzdW53Y3VrcmV5bm1lZ2phIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MjU2NDQwMDksImV4cCI6MjA0MTIyMDAwOX0.8779ZywO5dvRLfMGMShlxBUqGeqC6WK4k3e0puBN7So"
"XXXX"
)

const { error } = await supabase.from("deployments_logs").insert([
Expand All @@ -28,5 +28,3 @@ module.exports = async (_manifests, _options, { config }) => {

if (error) throw error
}

// ../kontinuous/kontinuous deploy --kubeconfig-context ovh-dev --dry-run -d

0 comments on commit 4aa5777

Please sign in to comment.