diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 367bb77..1cc70d1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -182,7 +182,6 @@ jobs: - name: Configure run: terraform plan && terraform apply -auto-approve - continue-on-error: true working-directory: ./tf env: TF_VAR_cloudflare_account_id: ${{ secrets.CF_ACCOUNT_ID }}