Skip to content

Commit

Permalink
add deployment links to action (#768)
Browse files Browse the repository at this point in the history
* add environment.url to deployments

* fix

* make deployment summary smaller

* revert
  • Loading branch information
maxmwang authored Jan 28, 2025
1 parent 613f0cf commit 7910ca3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
deploy:
name: SSH and Deploy
runs-on: ubuntu-latest
environment: ${{ inputs.environment }}
environment:
name: ${{ inputs.environment }}
url: https://${{ inputs.host }}

steps:
- name: SSH and Helm Install
Expand Down

0 comments on commit 7910ca3

Please sign in to comment.