ci: add auto-updating for develop

This commit is contained in:
Marie 2023-09-22 00:57:08 +02:00 committed by GitHub
parent d3333ebb34
commit 91b57f8d8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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