Skip to content

Commit

Permalink
Update closure-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nivi-sco88 committed Jan 17, 2024
1 parent 1c4b05f commit e1d38d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/closure-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ jobs:
terraform plan -input=false
- name: Terraform Apply
run: terraform apply -auto-approve -input=false
run: |
cd terraform
terraform apply -auto-approve -input=false
deploy_quotes:
needs: Create_Azure_Infra
Expand Down

0 comments on commit e1d38d9

Please sign in to comment.