mirror of https://github.com/statping/statping
workflow
parent
fa09889e23
commit
9223647331
|
@ -62,7 +62,7 @@ jobs:
|
||||||
- name: Upload Assets to S3
|
- name: Upload Assets to S3
|
||||||
run: |
|
run: |
|
||||||
tar -czvf source.tar.gz source/
|
tar -czvf source.tar.gz source/
|
||||||
aws s3 cp source.tar.gz s3://assets.statping.com/${{ env.GITHUB_SHA }}
|
aws s3 cp source.tar.gz s3://assets.statping.com/${{ env.GITHUB_SHA }}/
|
||||||
rm -rf source.tar.gz
|
rm -rf source.tar.gz
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in New Issue