diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 6de445d..e5adf44 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -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" \ No newline at end of file + # - run: nix-shell --run "task ${{ matrix.project }}:apply -- -auto-approve" + - run: echo 'I would be deploying right now' \ No newline at end of file