This commit is contained in:
parent
8c72cafc90
commit
9fdb414160
1 changed files with 3 additions and 1 deletions
|
|
@ -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/
|
||||
Loading…
Reference in a new issue