diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index c97ee58..d64aed4 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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" \ No newline at end of file + - run: "curl http://100.78.238.46:8890/restart -H 'Content-Type: application/edn' -d '{:service/name \"www\"}' --max-time 5" \ No newline at end of file