Skip to content

Commit

Permalink
change zodern-meteor version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhna123 committed May 7, 2023
1 parent c60a411 commit 43c70c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_install:
- cd deployment/$(./deployment/branch-to-dir.sh "$TRAVIS_BRANCH")
- for file in *.enc*; do sops --decrypt --output "${file%.enc*}${file##*.enc}" "${file}"; done
- npm install -g mup
- curl https://install.meteor.com/?release=2.11.0 | /bin/sh
- curl https://install.meteor.com | /bin/sh

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion deployment/brightertomorrowmap/mup.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
name: 'brightertomorrowmap',
path: '../../.',
docker: {
image: 'zodern/meteor:latest'
image: 'zodern/meteor:root'
},
servers: {
one: {}
Expand Down
2 changes: 1 addition & 1 deletion deployment/publichappinessmovement/mup.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
name: 'publichappinessmovement',
path: '../../.',
docker: {
image: 'zodern/meteor:latest'
image: 'zodern/meteor:root'
},
servers: {
one: {}
Expand Down
2 changes: 1 addition & 1 deletion deployment/testing/mup.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
name: 'testing-happiness.ga',
path: '../../.',
docker: {
image: 'zodern/meteor:latest'
image: 'zodern/meteor:root'
},
servers: {
one: {}
Expand Down

0 comments on commit 43c70c0

Please sign in to comment.