Skip to content

Commit e89434c

Browse files
authored
Merge pull request #31 from DevOps-Cloud-Team5/SCRUM-92_cf
changes for cd
2 parents 9cb84b6 + 953546f commit e89434c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
run: |
3434
sed -i "s/PLACEHOLDER_REGION/${{ secrets.AWS_REGION }}/g" zappa_settings.json
3535
sed -i "s/zappa-PLACEHOLDER_PROJECT_NAME/zappa-${{ secrets.PROJECT_NAME }}/g" zappa_settings.json
36+
sed -i "s/PLACEHOLDER_REGION/${{ secrets.AWS_REGION }}/g" ./deployments/main.tf
37+
sed -i "s/zappa-PLACEHOLDER_PROJECT_NAME/zappa-${{ github.event.inputs.project_name }}/g" ./deployments/main.tf
3638
3739
- name: Configure AWS credentials
3840
uses: aws-actions/configure-aws-credentials@v1

0 commit comments

Comments
 (0)