Update .gitea/workflows/deploy.yaml
Some checks failed
Deploy ${{ gitea.repository }} / build (push) Failing after 5s

This commit is contained in:
Adam Jeniski 2026-01-02 21:30:01 -10:00
parent 1a6cb434ab
commit 98b70d51eb

View File

@ -8,4 +8,4 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- run: "curl http://100.78.238.46:8890/restart -H 'Content-Type: application/edn' -d '{:service/name \"www\"}' -max-time 5"
- run: "curl http://100.78.238.46:8890/restart -H 'Content-Type: application/edn' -d '{:service/name \"www\"}' --max-time 5"