trigger build success on stage repo

This commit is contained in:
Ulf Gebhardt 2023-03-15 13:43:34 +01:00
parent 67d15db533
commit 6896536a3b
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -300,6 +300,14 @@ jobs:
repository: ${{ github.repository }} repository: ${{ github.repository }}
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "VERSION": "${VERSION}", "BUILD_DATE": "${BUILD_DATE}", "BUILD_COMMIT": "${BUILD_COMMIT}", "BUILD_VERSION": "${BUILD_VERSION}"}' client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "VERSION": "${VERSION}", "BUILD_DATE": "${BUILD_DATE}", "BUILD_COMMIT": "${BUILD_COMMIT}", "BUILD_VERSION": "${BUILD_VERSION}"}'
- name: Repository Dispatch stage.ocelot.social
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ github.token }}
event-type: trigger-build-success
repository: 'Ocelot-Social-Community/stage.ocelot.social'
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "VERSION": "${VERSION}", "BUILD_DATE": "${BUILD_DATE}", "BUILD_COMMIT": "${BUILD_COMMIT}", "BUILD_VERSION": "${BUILD_VERSION}"}'
# ############################################################################## # ##############################################################################
# # JOB: KUBERNETES DEPLOY ACTUAL/LATEST VERSION ###################################### # # JOB: KUBERNETES DEPLOY ACTUAL/LATEST VERSION ######################################
# ############################################################################## # ##############################################################################