Skip to content

Commit f348d25

Browse files
Merge pull request #10 from reactome/add-statics-upload-to-s3
Add step to upload statics to S3
2 parents 838ecb8 + 666915e commit f348d25

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/upload-to-s3.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,8 @@ jobs:
4646
run: |
4747
aws s3 sync ehld/ "s3://${{ vars.S3_BUCKET }}/${{ env.VERSION }}/ehld/" \
4848
--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

Comments
 (0)