parent
b83efcbfde
commit
941c1abf5b
1 changed files with 3 additions and 0 deletions
|
|
@ -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' \
|
||||
|
|
|
|||
Loading…
Reference in a new issue