Skip to content

Commit ec0c724

Browse files
author
Kai Hendry
committed
Deprecate ulexus/meteor:build
1 parent 5e6a62d commit ec0c724

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.travis.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,6 @@ install:
2424

2525
script:
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

3828
matrix:
3929
include:

AWS-docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
version: '2'
22
services:
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}

0 commit comments

Comments
 (0)