Fix folder deployment to S3 #6
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ deploys3-master:
|
||||||
before_script:
|
before_script:
|
||||||
- pip install awscli
|
- pip install awscli
|
||||||
script:
|
script:
|
||||||
- aws s3 cp . s3://${S3_BUCKET_NAME}/ --recursive
|
- aws s3 cp build s3://${S3_BUCKET_NAME}/ --recursive
|
||||||
environment:
|
environment:
|
||||||
name: ${CI_COMMIT_REF_SLUG}
|
name: ${CI_COMMIT_REF_SLUG}
|
||||||
url: http://${S3_BUCKET_NAME}.s3-website-${AWS_BUCKET_REGION}.amazonaws.com/
|
url: http://${S3_BUCKET_NAME}.s3-website-${AWS_BUCKET_REGION}.amazonaws.com/
|
||||||
|
|
Loading…
Add table
Reference in a new issue