update deploy script
This commit is contained in:
parent
f0298469e6
commit
9053fec28b
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -1,6 +1,8 @@
|
|||||||
name: deploy
|
name: deploy
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
repository_dispatch:
|
||||||
|
types: [trigger-build-success]
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
@ -27,7 +29,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: 'Ocelot-Social-Community/Ocelot-Social'
|
repository: 'Ocelot-Social-Community/Ocelot-Social'
|
||||||
ref: ${{ env.OCELOT_SOCIAL_TAG }}
|
ref: ${{ env.GITHUB_OCELOT_TAG }}
|
||||||
path: 'ocelot/'
|
path: 'ocelot/'
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user