www/.gitea/workflows/deploy.yaml
Adam Jeniski 21f085f1c1
Some checks failed
Deploy ${{ gitea.repository }} / build (push) Failing after 0s
private ci
2026-01-03 11:53:20 -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://service-manager/restart -H 'Content-Type: application/edn' -d '{:service/name \"www\"}'"