This commit is contained in:
2016-10-01 21:49:14 -04:00
parent 6b280d357a
commit ca2132f372
2 changed files with 1 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
#!/bin/bash
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
name="$1"
sshURL="$2"
nodePort=`python -c 'import socket; s=socket.socket(); s.bind(("", 0)); print(s.getsockname()[1]); s.close()'`
@@ -16,7 +15,6 @@ echo `pwd`
DJANGO_SETTINGS_MODULE=project.settings.prod
export DJANGO_SETTINGS_MODULE=project.settings.prod
export PATH=PATH
NODE_ENV='staging'
export NODE_ENV='staging'