Skip to content
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

Add link to deployment details in GHA comment #7

Closed
gadkins opened this issue Aug 4, 2022 · 3 comments · Fixed by #11
Closed

Add link to deployment details in GHA comment #7

gadkins opened this issue Aug 4, 2022 · 3 comments · Fixed by #11
Assignees
Labels
depends on cli dev test Low risk issue that should be tested by developer only

Comments

@gadkins
Copy link
Member

gadkins commented Aug 4, 2022

When the reusable workflow is called, it posts the preview URL (

Uffizzi Preview deployed at URL:
${{ steps.create-preview.outputs.url }}
Uffizzi Preview ID: `${{ steps.create-preview.outputs.id }}`
).

We should also post a link to the deployment details in the Uffizzi UI. For example:

View deployment details: https://app.uffizzi.com/projects/16/deployments/4724/containers

@gadkins gadkins added the dev test Low risk issue that should be tested by developer only label Aug 8, 2022
@gadkins
Copy link
Member Author

gadkins commented Aug 8, 2022

Developer should test:

Test this issue using GitHub Actions (see example here).

Verify the following:

  • The Uffizzi preview URL is posted and works
  • A link to the deployment details is posted and takes the user to the correct deployment in the Uffizzi Dashboard
  • The Uffizzi preview ID is posted

@zipofar
Copy link
Contributor

zipofar commented Aug 11, 2022

Related issue UffizziCloud/uffizzi_cli#144

@antlu
Copy link

antlu commented Aug 17, 2022

Verified

github-actions bot commented 9 minutes ago

Uffizzi Preview deployed at URL:
https://deployment-2258-project1-h5cx.app.qa-gke.uffizzi.com

Uffizzi Preview deployment details at URI:
https://app.qa-gke.uffizzi.com/projects/311/deployments/2258/containers

Uffizzi Preview ID: deployment-2258

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
depends on cli dev test Low risk issue that should be tested by developer only
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants