Skip to content

Commit

Permalink
Don't print http auth in URL after deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
hirasso committed Jan 22, 2024
1 parent 0248cce commit a56aeef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,8 @@ run)

runRemoteTasks deploy

REMOTE_URL=$(constructURL remote)
log "\n✅ Done! Be sure to check if everything works as expected on your $PRETTY_REMOTE_ENV site:"
log "\n${GREEN}$REMOTE_URL${NC}"
log "\n${GREEN}$REMOTE_PROTOCOL://$REMOTE_HOST${NC}"
;;

*)
Expand Down

0 comments on commit a56aeef

Please sign in to comment.