www/.gitea/workflows/deploy.yaml
Adam Jeniski a38138bfc1
Some checks failed
Deploy ${{ gitea.repository }} / build (push) Failing after 0s
Update .gitea/workflows/deploy.yaml
2026-01-02 21:26:58 -10:00

11 lines
326 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://service-manager:8890/restart -H 'Content-Type: application/edn' -d '{:service/name \"www\"}' -v"