-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ref(deploy): add domain to deploy output #564
Conversation
Cargo.toml
Outdated
hippo-openapi = "0.5" | ||
hippo = { git = "https://github.com/deislabs/hippo-cli"} | ||
hippo-openapi = "0.8" | ||
hippo = { path = "../hippo-cli"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to be updated when hippo-cli PR is merged deislabs/hippo-cli#141
Left here so anyone can easily test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this needs to be updated back?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated! thanks
72edf7c
to
6e9287a
Compare
+ This commit adds the domain to the output if deploy was successful and the app type is http Co-authored-by Brian Hardock <brian.hardock@fermyon.com> Signed-off-by: Michelle Dhanani <michelle@fermyon.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. LGTM!
This commit adds the domain to the output if deploy was successful and the app type is http.
This PR depends on the following two changes:
Co-authored-by Brian Hardock brian.hardock@fermyon.com
Signed-off-by: Michelle Dhanani michelle@fermyon.com