Inital commit
All checks were successful
Deploy site / Deploy-Site (push) Successful in 0s

This commit is contained in:
2026-06-26 15:04:03 -04:00
commit 6f6772fa8d
3 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
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