Move build to deployments
This commit is contained in:
parent
0bea3ccbbe
commit
266c64e69e
|
@ -20,3 +20,18 @@ jobs:
|
||||||
"VERSION": "${{ github.sha }}",
|
"VERSION": "${{ github.sha }}",
|
||||||
"REF_NAME": "${{ github.ref_name}}"
|
"REF_NAME": "${{ github.ref_name}}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
trigger-deploy-account-portal-qa:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: peter-evans/repository-dispatch@v2
|
||||||
|
with:
|
||||||
|
repository: budibase/budibase-deploys
|
||||||
|
event-type: accountportal-qa-deploy
|
||||||
|
token: ${{ secrets.GH_ACCESS_TOKEN }}
|
||||||
|
client-payload: |-
|
||||||
|
{
|
||||||
|
"IMAGE_VERSION": "${{ env.PAYLOAD_IMAGE_VERSION}}"
|
||||||
|
}
|
||||||
|
env:
|
||||||
|
PAYLOAD_IMAGE_VERSION: ${{ github.sha }}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3bc378afd20fe0bd60a1560f168b9038de333621
|
Subproject commit 4acd79b63a4d9fa73e829ad20ead54f171b6cc90
|
Loading…
Reference in New Issue