This commit is contained in:
parent
f80ae93ab6
commit
08573a0b59
1 changed files with 2 additions and 2 deletions
|
|
@ -23,10 +23,10 @@ jobs:
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: List built files
|
- name: List built files
|
||||||
run: ls -la ./public/
|
run: ls -la ./output/
|
||||||
|
|
||||||
- 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' \
|
||||||
./public/ /var/www/bubo/
|
./output/ /var/www/bubo/
|
||||||
chmod -R 755 /var/www/bubo
|
chmod -R 755 /var/www/bubo
|
||||||
Loading…
Reference in a new issue