install rsync in deploy
Some checks failed
/ deploy (push) Failing after 15s

This commit is contained in:
gablaxy 2026-02-25 15:17:11 +01:00
parent 8c72cafc90
commit 9fdb414160

View file

@ -17,11 +17,13 @@ jobs:
- name: Install dependencies
run: npm install
- name: Install rsync
run: apt-get update && apt-get install -y rsync
- name: Build Bubo
run: npm run build:bubo
- name: Deploy to web root
run: |
apt-get update && apt-get install -y rsync
rsync -avz --delete --exclude='.git' --exclude='.forgejo' \
./public/ /var/www/bubo/