www/.gitea/workflows/deploy.yaml
Adam Jeniski 3f9964a3c7
All checks were successful
Deploy ${{ gitea.repository }} / build (push) Successful in 1s
Update .gitea/workflows/deploy.yaml
2025-10-04 06:53:50 -09:00

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