Built motion from commit b7b498e.|0.0.66
authorDaniele Cinti <daniele.cinti@xcally.com>
Tue, 15 Mar 2016 18:21:27 +0000 (19:21 +0100)
committerDaniele Cinti <daniele.cinti@xcally.com>
Tue, 15 Mar 2016 18:21:27 +0000 (19:21 +0100)
release-notes/changelog_0.0.66.txt
scripts/post-merge.sh

index 85742e3..9bb1900 100644 (file)
@@ -1,5 +1,6 @@
 # xCALLY MOTION Changelog
 
+- * b7b498e - 2016-03-15: post-mege.sh 
 - * e83121e - 2016-03-15: test commit 1 
 - * 0035cf9 - 2016-03-15: add scripts in gruntfile 
 - * 190d31b - 2016-03-15: Changed history move service and added missing history tables. 
index 92f1f1d..11ea78e 100644 (file)
@@ -3,6 +3,6 @@
 echo "post-merge started"
 cd /var/opt/motion
 npm install --production
-sequelize db:migrate --migrations-path server/migrations --config server/config/environment/dbconf.json
+sequelize db:migrate --migrations-path server/migrations --config server/config/environment/dbconf.json --env production
 pm2 restart motion
 echo "post-merge finished"