Skip to content

Commit

Permalink
Update provision-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dylansnyk authored Mar 15, 2024
1 parent 9456573 commit 41e4d7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/provision-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1

- name: Terraform Init
run: terraform -chdir=terraform init
# - name: Terraform Init
# run: terraform -chdir=terraform init

- name: Terraform Apply
run: terraform -chdir=terraform apply -auto-approve
# - name: Terraform Apply
# run: terraform -chdir=terraform apply -auto-approve

- name: kubectl apply
run: |
Expand Down

0 comments on commit 41e4d7d

Please sign in to comment.