From ed9794d5b9f78d4fb3840bb3626d9fe5941cbd7b Mon Sep 17 00:00:00 2001 From: Sebastian Scatularo Date: Thu, 23 Nov 2023 19:14:32 -0300 Subject: [PATCH] set Preview environment to allow prod test build --- .github/workflows/production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index da5592ea9..cfbf998b2 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -11,7 +11,7 @@ jobs: name: prod connect-branch: portal-bridge advanced-tools-branch: advanced-tools - environment: Cloudflare-Page-Deploy + environment: Cloudflare-Preview secrets: inherit deploy: name: Trigger Production Deploy @@ -21,7 +21,7 @@ jobs: cancel-in-progress: true needs: - build - environment: Cloudflare-Page-Deploy + environment: Cloudflare-Preview steps: - name: Wait package publish to impact run: sleep 60s