Skip to content

Commit 735d7df

Browse files
committed
cd terraform
1 parent c5cb960 commit 735d7df

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

azure/templates/post-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ steps:
5959
echo Apigee environment: $APIGEE_ENVIRONMENT
6060
echo pr_no: $pr_no
6161
62-
cd infrastructure/terraform
62+
cd terraform
6363
make init environment=${{ parameters.aws_account_type }} sub_environment=$workspace
6464
make apply environment=${{ parameters.aws_account_type }} sub_environment=$workspace
6565

azure/templates/post-prod-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ steps:
1818
- bash: |
1919
pwd
2020
ls -la
21-
cd infrastructure/terraform
21+
cd terraform
2222
displayName: "Check Directory and Navigate to Terraform for AWS Deployment"
2323
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)"
2424
@@ -35,7 +35,7 @@ steps:
3535
echo workspace: $workspace
3636
echo AWS environment: $APIGEE_ENVIRONMENT
3737
38-
cd infrastructure/terraform
38+
cd terraform
3939
4040
make init environment=${{ parameters.aws_account_type }} sub_environment=$workspace
4141
make apply environment=${{ parameters.aws_account_type }} sub_environment=$workspace

0 commit comments

Comments
 (0)