mirror of
https://github.com/Ocelot-Social-Community/stage.ocelot.social.git
synced 2025-12-12 23:35:59 +00:00
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
|
||||
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user