Skip to content
Snippets Groups Projects
Unverified Commit 91b57f8d authored by Marie's avatar Marie Committed by GitHub
Browse files

ci: add auto-updating for develop

parent d3333ebb
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment