No not deploy account portal automatically for QA

This commit is contained in:
Adria Navarro 2023-12-04 09:36:07 +01:00
parent adfb39739d
commit bb90e0b4da
1 changed files with 0 additions and 15 deletions

View File

@ -20,18 +20,3 @@ 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 }}