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

This commit is contained in:
gablaxy 2026-02-25 15:51:57 +01:00
parent be59c826bd
commit 9065ee59f4

View file

@ -12,14 +12,19 @@ jobs:
- /var/www/bubo:/var/www/bubo - /var/www/bubo:/var/www/bubo
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install dependencies - name: Install dependencies
run: npm install run: npm install
- name: Install rsync - name: Install rsync
run: apt-get update && apt-get install -y rsync run: apt-get update && apt-get install -y rsync
- name: Build Bubo - name: Build Bubo
run: npm run build:bubo run: npm run build:bubo
- name: List built files - name: List built files
run: ls -la ./public/ run: ls -la ./public/
- name: Deploy to web root - name: Deploy to web root
run: | run: |
rsync -avz --delete --exclude='.git' --exclude='.forgejo' \ rsync -avz --delete --exclude='.git' --exclude='.forgejo' \