mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-16 16:19:48 -05:00
Try to get nicer EB labels/archive names
Also using this to test Fastly purging
This commit is contained in:
parent
ff00b0cd53
commit
e639470a58
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ env:
|
|||
- EB_APP=scratch-www
|
||||
- EB_AWS_BUCKET_NAME=elasticbeanstalk-us-east-1-307680192167
|
||||
- SKIP_CLEANUP=true
|
||||
- BUILD_ARCHIVE=$TRAVIS_BUILD_ID.zip
|
||||
- BUILD_ARCHIVE=$TRAVIS_COMMIT.zip
|
||||
- ELASTIC_BEANSTALK_LABEL=$TRAVIS_COMMIT
|
||||
before_deploy:
|
||||
- zip -qr $BUILD_ARCHIVE .
|
||||
deploy:
|
||||
|
|
Loading…
Reference in a new issue