mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 06:53:10 +02: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
|
labels: develop
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
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