diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 91ceac7..b3b5fa7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,11 +19,6 @@ jobs: # Note: It is recommended to set up a required "strict" status check in your repository for "Terraform Cloud". See the documentation on "strict" required status checks for more information: https://help.github.com/en/github/administering-a-repository/types-of-required-status-checks - name: Terraform Apply run: terraform apply -auto-approve -input=false - env: - CF_EMAIL: ${{ secrets.CF_EMAIL }} - CF_API: ${{ secrets.CF_API }} - ZONECF_ID: ${{ secrets.ZONECF_ID }} - PUB_KEY: ${{ secrets.PUB_KEY }} - name: Delay for 7s run: sleep 7s