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
|
||||
|
||||
- name: List built files
|
||||
run: ls -la ./public/
|
||||
run: ls -la ./output/
|
||||
|
||||
- name: Deploy to web root
|
||||
run: |
|
||||
rsync -avz --delete --exclude='.git' --exclude='.forgejo' \
|
||||
./public/ /var/www/bubo/
|
||||
./output/ /var/www/bubo/
|
||||
chmod -R 755 /var/www/bubo
|
||||
Loading…
Reference in a new issue