Skip to content

Commit a2124c2

Browse files
authored
Update build-deploy.yml
1 parent a4a4bb3 commit a2124c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ jobs:
6161
--s3-location s3://${{ env.BUCKET_NAME }}/$GITHUB_SHA.zip \
6262
--source ./build/zip
6363
64+
- name: Debug Deployment Group Name
65+
run: |
66+
echo "DEPLOYMENT_GROUP_NAME: ${{ env.DEPLOYMENT_GROUP_NAME }}"
67+
6468
- name: Deploy to AWS EC2 from S3
6569
run: |
6670
aws deploy create-deployment \

0 commit comments

Comments
 (0)