Skip to content

Commit

Permalink
Set proxyurl to staging app
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsalz committed Aug 23, 2018
1 parent 7812de2 commit 16753ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16753ac

Please sign in to comment.