This commit is contained in:
parent
d8b7053fb5
commit
d3806751c9
1 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
volumes:
|
volumes:
|
||||||
- /var/www/bubo:/mnt/deploy
|
- /var/www/bubo:/var/www/bubo
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
@ -23,5 +23,5 @@ jobs:
|
||||||
- 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/ /mnt/deploy/
|
./public/ /var/www/bubo/
|
||||||
chmod -R 755 /mnt/deploy
|
chmod -R 755 /var/www/bubo
|
||||||
Loading…
Reference in a new issue