www/.gitea/workflows/deploy.yaml
Adam Jeniski 6db3abcfa9
All checks were successful
Deploy ${{ gitea.repository }} / build (push) Successful in 2s
ignore internal CI cert
2026-01-03 11:56:22 -05:00

12 lines
320 B
YAML

name: Deploy ${{ gitea.repository }}
run-name: ${{ gitea.actor }} is deploying ajet.fyi ${{ gitea.repository }}
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: "curl https://192.168.1.65/restart -k -H 'Content-Type: application/edn' -d '{:service/name \"www\"}'"