From 2ae137bbc2c22dc1794ea90a512579286e4dd65d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Mon, 12 Dec 2022 16:22:34 +0100 Subject: [PATCH] Add fallback URLs (#14720) --- .github/workflows/demo_deployment.yaml | 2 +- .github/workflows/design_deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/demo_deployment.yaml b/.github/workflows/demo_deployment.yaml index aa489d0ba6..24338b948c 100644 --- a/.github/workflows/demo_deployment.yaml +++ b/.github/workflows/demo_deployment.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest environment: name: Demo - url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL }} + url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }} steps: - name: Check out files from GitHub uses: actions/checkout@v3 diff --git a/.github/workflows/design_deployment.yaml b/.github/workflows/design_deployment.yaml index e152f7b4c1..0743c1d800 100644 --- a/.github/workflows/design_deployment.yaml +++ b/.github/workflows/design_deployment.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest environment: name: Design - url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL }} + url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }} steps: - name: Check out files from GitHub uses: actions/checkout@v3