Skip to content

Commit

Permalink
doc: explain connection issue right after deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisVLRT committed May 20, 2021
1 parent fa5ad79 commit 25d0c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ dependencies-checks:
.PHONY: goodbye
goodbye:
@echo "\nCongratulations, you successfully deployed MLFlow on your project! 🎉"
@source vars && echo "The web app is available at https://mlflow-dot-$${TF_VAR_project_id}.ew.r.appspot.com"
@source vars && echo "The web app is available at https://mlflow-dot-$${TF_VAR_project_id}.ew.r.appspot.com (You may have trouble connecting for a few minutes after the deployment, while IAP gets setup)"
@echo "To push your first experiment, take a look at the bottom of the readme for an example."


Expand Down

0 comments on commit 25d0c6b

Please sign in to comment.