1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00

Updated CI

This commit is contained in:
David Young
2017-07-30 13:42:17 +12:00
parent 9c81bbf088
commit 8c7d52a2a0

View File

@@ -22,9 +22,7 @@ test site:
- echo fake result as a placeholder
deploy dev:
# Test bump to triffer CI
# image: garland/docker-s3cmd
image: alpine
image: garland/docker-s3cmd
stage: deploy
environment: development
except:
@@ -35,7 +33,7 @@ deploy dev:
- s3cmd --no-mime-magic --access_key=$ACCESS_KEY --secret_key=$SECRET_KEY --acl-public --delete-removed --delete-after --no-ssl --host=$S3HOST --host-bucket='$S3HOSTBUCKET' sync public s3://geeks-cookbook-dev
deploy prod:
image: alpine
image: garland/docker-s3cmd
stage: deploy
environment: production
except: