We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 838ecb8 + 666915e commit f348d25Copy full SHA for f348d25
1 file changed
.github/workflows/upload-to-s3.yml
@@ -46,3 +46,8 @@ jobs:
46
run: |
47
aws s3 sync ehld/ "s3://${{ vars.S3_BUCKET }}/${{ env.VERSION }}/ehld/" \
48
--delete
49
+
50
+ - name: Upload Statics to S3
51
+ run: |
52
+ aws s3 sync statics/ "s3://${{ vars.S3_BUCKET }}/${{ env.VERSION }}/statics/" \
53
+ --delete
0 commit comments