From 3577d867d135fa37f9438ea529b61c934a19adc9 Mon Sep 17 00:00:00 2001 From: William Mantly Jr Date: Wed, 5 Oct 2016 04:05:37 -0400 Subject: [PATCH] Update create.sh --- create.sh | 1 + 1 file changed, 1 insertion(+) 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 .