mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-22 19:05:56 -04:00
Truncate commit SHA and use it for BUILD_ARCHIVE
This commit is contained in:
parent
e639470a58
commit
d7112d7a29
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ env:
|
|||
- EB_APP=scratch-www
|
||||
- EB_AWS_BUCKET_NAME=elasticbeanstalk-us-east-1-307680192167
|
||||
- SKIP_CLEANUP=true
|
||||
- BUILD_ARCHIVE=$TRAVIS_COMMIT.zip
|
||||
- ELASTIC_BEANSTALK_LABEL=$TRAVIS_COMMIT
|
||||
- ELASTIC_BEANSTALK_LABEL=${TRAVIS_COMMIT:0:5}
|
||||
- BUILD_ARCHIVE=$ELASTIC_BEANSTALK_LABEL.zip
|
||||
before_deploy:
|
||||
- zip -qr $BUILD_ARCHIVE .
|
||||
deploy:
|
||||
|
|
Loading…
Reference in a new issue