Fix folder deployment to S3 #6

Merged
tschwery merged 2 commits from fix-deployment into master 2018-11-12 19:05:52 +00:00
Showing only changes of commit 179d685a04 - Show all commits

View file

@ -38,7 +38,7 @@ deploys3-master:
before_script:
- pip install awscli
script:
- aws s3 cp . s3://${S3_BUCKET_NAME}/ --recursive
- aws s3 cp build s3://${S3_BUCKET_NAME}/ --recursive
environment:
name: ${CI_COMMIT_REF_SLUG}
url: http://${S3_BUCKET_NAME}.s3-website-${AWS_BUCKET_REGION}.amazonaws.com/