This commit is contained in:
William Mantly 2016-10-11 22:30:24 -04:00
commit 33d066fa39
2 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@ export DJANGO_SETTINGS_MODULE=project.settings.prod
NODE_ENV='staging'
export NODE_ENV='staging'
export NODEPORT=$nodePort
export djangoURL="http://$name.staging.bytedev.co"
git clone $sshURL .

View File

@ -29,6 +29,8 @@ NODE_ENV='staging'
export NODE_ENV='staging'
nodePort=`cat env/nodePort`
export NODEPORT=$nodePort
export djangoURL="http://$name.staging.bytedev.co"
forever stop $workingPath/node_rtc/app.js
forever start $workingPath/node_rtc/app.js