Skip to content

Commit 70b365b

Browse files
authored
ci: incorporate static dev-app deploy URL in GitHub deployments UI (#28095)
That way the static URL to the dev-app is always easy to discover.
1 parent 7c88bce commit 70b365b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/deploy-dev-app-main-push.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,10 @@ jobs:
4646
entryPoint: './'
4747
channelId: '${{env.PREVIEW_CHANNEL}}'
4848

49-
- name: Result
50-
run: |
51-
echo "Deployed to: ${{steps.deploy.outputs.details_url}}"
52-
5349
- name: Deployment Status
5450
uses: zattoo/deploy-status@c8a0267e54a90ea07765fa88f7c7c35171859eec # v1
5551
with:
5652
token: '${{github.token}}'
5753
environment: 'dev'
58-
environment_url: '${{steps.deploy.outputs.details_url}}'
54+
environment_url: 'https://ng-comp-devapp.web.app'
5955
state: success

0 commit comments

Comments
 (0)