We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c88bce commit 70b365bCopy full SHA for 70b365b
.github/workflows/deploy-dev-app-main-push.yml
@@ -46,14 +46,10 @@ jobs:
46
entryPoint: './'
47
channelId: '${{env.PREVIEW_CHANNEL}}'
48
49
- - name: Result
50
- run: |
51
- echo "Deployed to: ${{steps.deploy.outputs.details_url}}"
52
-
53
- name: Deployment Status
54
uses: zattoo/deploy-status@c8a0267e54a90ea07765fa88f7c7c35171859eec # v1
55
with:
56
token: '${{github.token}}'
57
environment: 'dev'
58
- environment_url: '${{steps.deploy.outputs.details_url}}'
+ environment_url: 'https://ng-comp-devapp.web.app'
59
state: success
0 commit comments