File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,6 @@ install:
2424
2525script :
2626 - npm t
27- - ' sed -i "s/<\!-- COMMIT: -->/<\!-- COMMIT: $COMMIT -->/g" client/main.html'
28- - meteor build $HOME
29- - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
30- aws s3 cp --acl public-read $HOME/frontend.tar.gz
31- s3://unee-t-media/frontend/${TRAVIS_BRANCH}.tar.gz;
32- fi
33- - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
34- aws s3 cp --acl public-read $HOME/frontend.tar.gz
35- s3://unee-t-media/frontend/commit/${COMMIT}.tar.gz;
36- fi
3727
3828matrix :
3929 include :
Original file line number Diff line number Diff line change 11version : ' 2'
22services :
33 meteor :
4- image : ulexus/meteor:build
4+ image : uneet/frontend:$COMMIT
55 mem_reservation : 1g
66 mem_limit : 2g
77 ports :
88 - " 8080:3000"
99 environment :
1010 - ROOT_URL=${ROOT_URL}
11- - BUNDLE_URL=https://unee-t-media.s3-accelerate.amazonaws.com/frontend/commit/${COMMIT}.tar.gz
1211 - BUGZILLA_URL=${BUGZILLA_URL}
1312 - BUGZILLA_ADMIN_KEY=${BUGZILLA_ADMIN_KEY}
1413 - MONGO_URL=mongodb://root:${MONGO_PASSWORD}@${MONGO_CONNECT}
You can’t perform that action at this time.
0 commit comments