Skip to content

Portal Bridge [Release] #105

Portal Bridge [Release]

Portal Bridge [Release] #105

Workflow file for this run

name: Portal Bridge [Release]
on:
workflow_dispatch:
jobs:
build:
name: "Build Preview"
uses: ./.github/workflows/build.yml
with:
name: prod
connect-branch: portal-bridge
advanced-tools-branch: advanced-tools
environment: Cloudflare-Page-Deploy
secrets: inherit
deploy:
name: Trigger Production Deploy
runs-on: ubuntu-latest
concurrency:
group: ${{ github.ref }}-deploy-release
cancel-in-progress: true
needs:
- build
environment: Cloudflare-Page-Deploy
steps:
- name: Wait package publish to impact
run: sleep 60s
shell: bash
- name: Trigger deploy
env:
DEPLOY_HOOK_URL: ${{ secrets.DEPLOY_HOOK_URL }}
run: curl -X POST ${DEPLOY_HOOK_URL}