output not public
All checks were successful
/ deploy (push) Successful in 11s

This commit is contained in:
gablaxy 2026-02-25 16:29:54 +01:00
parent f80ae93ab6
commit 08573a0b59

View file

@ -23,10 +23,10 @@ jobs:
run: npm run build
- name: List built files
run: ls -la ./public/
run: ls -la ./output/
- name: Deploy to web root
run: |
rsync -avz --delete --exclude='.git' --exclude='.forgejo' \
./public/ /var/www/bubo/
./output/ /var/www/bubo/
chmod -R 755 /var/www/bubo