Skip to content

Commit

Permalink
removed variables for tf
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Feb 2, 2024
1 parent 03daadd commit 09783c9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09783c9

Please sign in to comment.