ignore internal CI cert
All checks were successful
Deploy ${{ gitea.repository }} / build (push) Successful in 2s

This commit is contained in:
Adam Jeniski 2026-01-03 11:56:22 -05:00
parent 5ffd20ecc2
commit 6db3abcfa9

View File

@ -8,4 +8,4 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: 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\"}'"