Skip to content

Commit c2bb29c

Browse files
committed
Remove duplicate cd deployment command in workflow
- Remove redundant cd deployment line in Terraform Apply step
1 parent 03a5c5b commit c2bb29c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/deploy_to_aws.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ jobs:
126126

127127
- name: Terraform Apply for ${{ vars.ENV_NAME }}
128128
run: |
129-
cd deployment
130129
cd deployment
131130
terraform init -backend-config="environments/backend-${{ vars.ENV_NAME }}.hcl"
132131
terraform apply "${{ vars.ENV_NAME }}.tfplan"

0 commit comments

Comments
 (0)