Skip to content

Commit

Permalink
add: webserver http address in goodbye message
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisVLRT committed May 7, 2021
1 parent 7c2dcea commit 9b855e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +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"
@echo "To push your first experiment, take a look at the bottom of the readme for an example."


Expand Down

0 comments on commit 9b855e8

Please sign in to comment.