Update create.sh

This commit is contained in:
William Mantly 2016-10-05 04:05:37 -04:00 committed by GitHub
parent 563b252e68
commit 3577d867d1

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 .