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 887acb0 commit 1ae4cfaCopy full SHA for 1ae4cfa
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
aws elasticbeanstalk create-application-version \
35
--application-name $ELASTIC_BEANSTALK_NAME \
36
- --source-bundle S3Bucket=$BUCKET, S3Key="iiif-image-validator/MyApp/${{github.run_id}}.zip" \
+ --source-bundle S3Bucket=$BUCKET,S3Key="iiif-image-validator/MyApp/${{github.run_id}}.zip" \
37
--version-label "ver-${{ github.sha }}" \
38
--description "commit-sha-${{ github.sha }}"
39
0 commit comments