node
This commit is contained in:
parent
2f3dacb569
commit
7fc8010a60
@ -2,6 +2,8 @@
|
||||
|
||||
name="$1"
|
||||
sshURL="$2"
|
||||
nodePort = `./random_port.py`
|
||||
workingPath = /var/www/gitwrapper/$name
|
||||
|
||||
echo "starting $sshURL on $name"
|
||||
|
||||
@ -12,8 +14,6 @@ cd $workingPath
|
||||
chmod 777 .
|
||||
echo `pwd`
|
||||
|
||||
workingPath = /var/www/gitwrapper/$name
|
||||
nodePort = `./node_rtc/random_port.py`
|
||||
DJANGO_SETTINGS_MODULE=project.settings.prod
|
||||
export DJANGO_SETTINGS_MODULE=project.settings.prod
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user