diff --git a/create.sh b/create.sh index e5816fb..2ff4415 100644 --- a/create.sh +++ b/create.sh @@ -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 .