Skip to content

Commit

Permalink
ci: fix env url for pr deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Feb 8, 2022
1 parent 8df913a commit 185ab47
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
deployment_id: ${{ github.event.client_payload.deployment_id }}
pr_number: ${{ github.event.client_payload.pr_number }}
outputs:
# environment_url: ${{ steps.deploy.outputs.details_url }}
environment_url: https://ech-e2e-ci--pr-1572-p2bcha8q.web.app
environment_url: ${{ steps.deploy.outputs.details_url }}
log_url: "${{ steps.run_info.outputs.result }}"
steps:
- name: Update Deployment status - in progress
Expand Down Expand Up @@ -93,7 +92,7 @@ jobs:
# See https://console.cloud.google.com/iam-admin/iam?project=ech-e2e-ci
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ECH_E2E_CI }}'
projectId: 'ech-e2e-ci'
channelId: "pr-${{ env.pr_number }}" # e.g. pr123
channelId: "pr-${{ env.pr_number }}" # e.g. pr-123
- name: Outputs
shell: python
run: |
Expand Down

0 comments on commit 185ab47

Please sign in to comment.