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
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
|
- name: Install 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: Deploy to web root
|
- name: Deploy to web root
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y rsync
|
|
||||||
rsync -avz --delete --exclude='.git' --exclude='.forgejo' \
|
rsync -avz --delete --exclude='.git' --exclude='.forgejo' \
|
||||||
./public/ /var/www/bubo/
|
./public/ /var/www/bubo/
|
||||||
Loading…
Reference in a new issue