workdir
All checks were successful
/ deploy (push) Successful in 15s

This commit is contained in:
gablaxy 2026-02-25 15:25:40 +01:00
parent b83efcbfde
commit 941c1abf5b

View file

@ -23,6 +23,9 @@ jobs:
- name: Build Bubo
run: npm run build:bubo
- name: Ensure target directory exists
run: mkdir -p /var/www/bubo
- name: Deploy to web root
run: |
rsync -avz --delete --exclude='.git' --exclude='.forgejo' \