@ -11,7 +11,7 @@ aldeed:simple-schema@1.5.3
allow-deny@1.0.5
autoupdate@1.2.11
babel-compiler@6.13.0
babel-runtime@0.1.12
babel-runtime@0.1.13
base64@1.0.10
binary-heap@1.0.10
blaze@2.1.9
@ -4,6 +4,7 @@ set -euvo pipefail
# Make meteor bundle
export NODE_ENV=production
sudo chown vagrant:vagrant /home/vagrant -R
cd /opt/app
meteor npm install --production
meteor build --directory /home/vagrant/
@ -1,4 +1,6 @@
#!/usr/bin/env bash
#!/bin/bash
set -x
set -euvo pipefail
export METEOR_SETTINGS=$(cat settings.json)
ROOTPATH=/var/www/rocket.chat
PM2FILE=pm2.json
@ -8,7 +8,7 @@
"cas": {
"version": "0.0.5",
"resolved": "git+https://github.com/kcbanner/node-cas.git#fcd27dad333223b3b75a048bce27973fb3ca0f62",
"from": "git+https://github.com/kcbanner/node-cas.git#fcd27dad333223b3b75a048bce27973fb3ca0f62"
"from": "cas@git+https://github.com/kcbanner/node-cas#fcd27dad333223b3b75a048bce27973fb3ca0f62"
},
"cheerio": {
"version": "0.19.0",
@ -3,7 +3,7 @@ accounts-password@1.3.1
aldeed:simple-schema@1.5.3