Skip to content

Commit

Permalink
Fixes a copy pasta issue (#1606)
Browse files Browse the repository at this point in the history
  • Loading branch information
belcherj authored Oct 1, 2019
1 parent 06ba893 commit 426984c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/deploy/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ case $BRANCH in

"refs/heads/develop")
COMMIT_BRANCH='webapp-develop'
WEB_APP_URL='https://simplenote.go-vip.co'
WEB_APP_URL='https://simplenote-develop.go-vip.net'
APP_ENGINE_URL='https://develop.simplenote.com'
;;

"refs/heads/master")
COMMIT_BRANCH='webapp'
WEB_APP_URL='https://simplenote-develop.go-vip.net'
WEB_APP_URL='https://simplenote.go-vip.co'
APP_ENGINE_URL='https://app.simplenote.com'
;;

Expand Down

0 comments on commit 426984c

Please sign in to comment.