Files
notes/.gitea/workflows/deploy.yaml
vxclutch 6f6772fa8d
All checks were successful
Deploy site / Deploy-Site (push) Successful in 0s
Inital commit
2026-06-26 15:04:03 -04:00

12 lines
245 B
YAML

name: Deploy site
run-name: ${{ gitea.actor }} started deploying the site
on: [push]
jobs:
Deploy-Site:
runs-on: alpine-latest
steps:
- name: Pull latest site
run: |
doas -u notes git -C /home/notes/notes pull