Skip to content

Commit

Permalink
ci: incorporate static dev-app deploy URL in GitHub deployments UI
Browse files Browse the repository at this point in the history
That way the static URL to the dev-app is always easy to discover.
  • Loading branch information
devversion committed Nov 9, 2023
1 parent 76e3172 commit eddab7a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy-dev-app-main-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,10 @@ jobs:
entryPoint: './'
channelId: '${{env.PREVIEW_CHANNEL}}'

- name: Result
run: |
echo "Deployed to: ${{steps.deploy.outputs.details_url}}"
- name: Deployment Status
uses: zattoo/deploy-status@c8a0267e54a90ea07765fa88f7c7c35171859eec # v1
with:
token: '${{github.token}}'
environment: 'dev'
environment_url: '${{steps.deploy.outputs.details_url}}'
environment_url: 'https://ng-comp-devapp.web.app'
state: success

0 comments on commit eddab7a

Please sign in to comment.