From 60b457e0a23885ae1145f48cd540536562b68f22 Mon Sep 17 00:00:00 2001 From: Tom Carrio Date: Tue, 1 Oct 2024 00:33:10 -0400 Subject: [PATCH] chore: disable auto-deploy for validation --- .github/workflows/continuous-delivery.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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