From 16753ac762ff3dffa86238ed96a5d84593afc523 Mon Sep 17 00:00:00 2001 From: Katie Borisov Date: Wed, 22 Aug 2018 17:11:47 -0700 Subject: [PATCH] Set proxyurl to staging app --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index ac02edb..bfe2713 100755 --- a/bin/compile +++ b/bin/compile @@ -45,7 +45,7 @@ do done if [ "\$allowed" == "yes" ]; then echo "[backplane] Starting Backplane Agent" - \$HOME/bin/backplane connect "\$BACKPLANE_LABELS,heroku=true" http://127.0.0.1:\$PORT & + \$HOME/bin/backplane connect "\$BACKPLANE_LABELS,heroku=true" https://kajabi-storefronts-staging.herokuapp.com & else echo '[backplane] Skipping start of Backplane Agent' fi