Update update.sh
This commit is contained in:
parent
3577d867d1
commit
81ae2dc1e3
@ -29,6 +29,8 @@ NODE_ENV='staging'
|
|||||||
export NODE_ENV='staging'
|
export NODE_ENV='staging'
|
||||||
nodePort=`cat env/nodePort`
|
nodePort=`cat env/nodePort`
|
||||||
export NODEPORT=$nodePort
|
export NODEPORT=$nodePort
|
||||||
|
export djangoURL="http://$name.staging.bytedev.co"
|
||||||
|
|
||||||
forever stop $workingPath/node_rtc/app.js
|
forever stop $workingPath/node_rtc/app.js
|
||||||
forever start $workingPath/node_rtc/app.js
|
forever start $workingPath/node_rtc/app.js
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user