1
0
Fork 0
mirror of synced 2024-10-04 20:13:35 +13:00

Merge pull request #14690 from Budibase/ops/add-new-payload-variable-in-fb-deploy

Adapt the payloads for a change in the feature branches deployment pipeline
This commit is contained in:
Christos Alexiou 2024-10-02 22:55:50 +03:00 committed by GitHub
commit b9a975694f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,7 @@ jobs:
PAYLOAD_BRANCH: ${{ github.head_ref }} PAYLOAD_BRANCH: ${{ github.head_ref }}
PAYLOAD_PR_NUMBER: ${{ github.event.pull_request.number }} PAYLOAD_PR_NUMBER: ${{ github.event.pull_request.number }}
PAYLOAD_LICENSE_TYPE: "free" PAYLOAD_LICENSE_TYPE: "free"
PAYLOAD_DEPLOY: "true"
with: with:
repository: budibase/budibase-deploys repository: budibase/budibase-deploys
event: featurebranch-qa-deploy event: featurebranch-qa-deploy