We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a4bb3 commit a2124c2Copy full SHA for a2124c2
.github/workflows/build-deploy.yml
@@ -61,6 +61,10 @@ jobs:
61
--s3-location s3://${{ env.BUCKET_NAME }}/$GITHUB_SHA.zip \
62
--source ./build/zip
63
64
+ - name: Debug Deployment Group Name
65
+ run: |
66
+ echo "DEPLOYMENT_GROUP_NAME: ${{ env.DEPLOYMENT_GROUP_NAME }}"
67
+
68
- name: Deploy to AWS EC2 from S3
69
run: |
70
aws deploy create-deployment \
0 commit comments