Skip to content

Commit

Permalink
chore: disable auto-deploy for validation
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarrio committed Oct 1, 2024
1 parent 7ffdb11 commit 60b457e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
SOPS_GPG_KEY_B64E: ${{ secrets.SOPS_GPG_KEY_B64E }}
- run: nix-shell --run "task ${{ matrix.project }}:init"
- run: nix-shell --run "task ${{ matrix.project }}:plan"
- run: nix-shell --run "task ${{ matrix.project }}:apply -- -auto-approve"
# - run: nix-shell --run "task ${{ matrix.project }}:apply -- -auto-approve"
- run: echo 'I would be deploying right now'

0 comments on commit 60b457e

Please sign in to comment.