update deploy script

This commit is contained in:
Ulf Gebhardt 2023-03-15 13:49:49 +01:00
parent f0298469e6
commit 9053fec28b
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -1,6 +1,8 @@
name: deploy
on:
repository_dispatch:
types: [trigger-build-success]
push:
branches:
- master
@ -27,7 +29,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: 'Ocelot-Social-Community/Ocelot-Social'
ref: ${{ env.OCELOT_SOCIAL_TAG }}
ref: ${{ env.GITHUB_OCELOT_TAG }}
path: 'ocelot/'
fetch-depth: 0
- name: Checkout code