www/.gitea/workflows/deploy.yaml
Adam Jeniski 7f400632d2
All checks were successful
Deploy ${{ gitea.repository }} / build (push) Successful in 1s
Update .gitea/workflows/deploy.yaml
2026-01-02 21:33:01 -10:00

11 lines
333 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 http://192.168.1.65:8890/restart -H 'Content-Type: application/edn' -d '{:service/name \"www\"}' --max-time 5"