mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 23:05:11 +00:00
ci: add auto-updating for develop
This commit is contained in:
parent
d3333ebb34
commit
91b57f8d8d
1 changed files with 7 additions and 0 deletions
7
.github/workflows/docker-develop.yml
vendored
7
.github/workflows/docker-develop.yml
vendored
|
@ -48,3 +48,10 @@ jobs:
|
|||
labels: develop
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
- name: Push update to server
|
||||
if: steps.build.outcome == 'success'
|
||||
uses: indiesdev/curl@v1.1
|
||||
with:
|
||||
url: ${{ secrets.AUTO_UPDATE_URL }}
|
||||
method: POST
|
||||
timeout: 600000
|
||||
|
|
Loading…
Reference in a new issue