1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-28 16:47:41 +02: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
stage: deploy
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:
- master

View File

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