Fixing safety check
This commit is contained in:
parent
5cbbf05653
commit
b54da2a1d8
@ -42,7 +42,7 @@ deploy-to-s3:
|
|||||||
- bash ci/verify-aws-fields.sh
|
- bash ci/verify-aws-fields.sh
|
||||||
script:
|
script:
|
||||||
# Check to make sure the website bucket is present
|
# Check to make sure the website bucket is present
|
||||||
- aws s3 bucket-exists project-temper-tv | grep temper.tv
|
- aws s3 ls | grep temper.tv
|
||||||
# Next we can upload the content to the bucket itself
|
# Next we can upload the content to the bucket itself
|
||||||
- cd main-site/ && aws s3 cp public s3://temper.tv/ --recursive
|
- cd main-site/ && aws s3 cp public s3://temper.tv/ --recursive
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user