1
0

ci: configure auto updating the servers

This commit is contained in:
Mar0xy
2023-09-26 17:51:19 +02:00
parent 1bfbe93a25
commit 5915854174
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -56,6 +56,6 @@ jobs:
if: steps.build.outcome == 'success'
uses: indiesdev/curl@v1.1
with:
url: ${{ secrets.AUTO_UPDATE_URL }}
url: ${{ secrets.AUTO_UPDATE_DEV_URL }}
method: POST
timeout: 600000