Skip to content

Commit

Permalink
update build inputs to allow build from a connect tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Nov 28, 2023
1 parent be5da16 commit 66094a3
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,24 @@ on:
- 'Cloudflare-Page-Deploy'
required: true
default: 'Cloudflare-Page-Deploy'
connect-branch:
description: 'Branch Name'
type: string
required: true
default: 'portal-bridge'
advanced-tools-branch:
description: 'Branch Name'
type: string
required: true
default: 'advanced-tools'
jobs:
build:
name: "Build Release"
uses: ./.github/workflows/build.yml
with:
name: prod
connect-branch: portal-bridge
advanced-tools-branch: advanced-tools
connect-branch: ${{inputs.connect-branch}}
advanced-tools-branch: ${{inputs.advanced-tools-branch}}
environment: ${{inputs.environment}}
secrets: inherit
deploy:
Expand Down

0 comments on commit 66094a3

Please sign in to comment.