diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index ab3ff66..1aa0146 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -8,4 +8,4 @@ jobs: build: runs-on: ubuntu-latest steps: - - run: "curl https://192.168.1.65/restart -H 'Content-Type: application/edn' -d '{:service/name \"www\"}'" + - run: "curl https://192.168.1.65/restart -k -H 'Content-Type: application/edn' -d '{:service/name \"www\"}'"