Skip to content
Snippets Groups Projects
Commit b67d983f authored by Gabriel Engel's avatar Gabriel Engel
Browse files

fixing build.sh

parent 6ab98159
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ fi ...@@ -7,7 +7,7 @@ fi
if [ $1 ]; then if [ $1 ]; then
source ./build-info.sh source ./build-info.sh
export METEOR_SETTINGS=$(cat settings.$1.json) export METEOR_SETTINGS=$(cat settings.$1.json)
echo rocketchat:hubot >> /var/www/rocket.chat/current/.meteor/packages meteor add rocketchat:hubot
meteor build --server rocket.chat --directory /var/www/rocket.chat meteor build --server rocket.chat --directory /var/www/rocket.chat
cd /var/www/rocket.chat/bundle/programs/server cd /var/www/rocket.chat/bundle/programs/server
npm install npm install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment