Skip to content

Commit

Permalink
set Preview environment to allow prod test build
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Nov 23, 2023
1 parent 646467b commit ed9794d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ed9794d

Please sign in to comment.