# 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.
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"