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