Skip to content

Commit

Permalink
update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinfoko committed Apr 2, 2024
1 parent 24b17fe commit 50b98c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,12 @@ jobs:

- name: Initialize Terraform
run: |
ls
cd labs-17
terraform init
ls -a
working-directory: ${{ env.CONFIG_DIRECTORY }}


- name: Terraform apply
run: |
ls
cd labs-17
terraform apply
terraform apply --auto-approve
working-directory: ${{ env.CONFIG_DIRECTORY }}

0 comments on commit 50b98c1

Please sign in to comment.