1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-01-03 18:35:00 +01:00

deployment

This commit is contained in:
Matthias Kretschmann 2018-05-07 22:27:03 +02:00
parent ad0fe10104
commit ac3084c2ee
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 2 additions and 3 deletions

View File

@ -23,6 +23,6 @@ deploy:
image: garland/aws-cli-docker:latest image: garland/aws-cli-docker:latest
stage: deploy stage: deploy
script: script:
- aws s3 sync ./public s3://beta.matthiaskretschmann.com --delete --acl public-read - aws s3 sync --delete --acl public-read ./public s3://matthiaskretschmann.com
only: only:
- master - master

View File

@ -5,8 +5,7 @@ set -e;
aws s3 sync \ aws s3 sync \
--delete \ --delete \
--acl public-read \ --acl public-read \
./public \ ./public s3://matthiaskretschmann.com
s3://matthiaskretschmann.com
echo "---------------------------------------------" echo "---------------------------------------------"
echo " ✓ done deployment " echo " ✓ done deployment "