1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Move build to deployments

This commit is contained in:
Adria Navarro 2023-11-06 11:05:44 +01:00
parent 0bea3ccbbe
commit 266c64e69e
2 changed files with 16 additions and 1 deletions

View file

@ -20,3 +20,18 @@ jobs:
"VERSION": "${{ github.sha }}",
"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