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
|
||||
container:
|
||||
volumes:
|
||||
- /var/www/bubo:/mnt/deploy
|
||||
- /var/www/bubo:/var/www/bubo
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install dependencies
|
||||
|
|
@ -23,5 +23,5 @@ jobs:
|
|||
- name: Deploy to web root
|
||||
run: |
|
||||
rsync -avz --delete --exclude='.git' --exclude='.forgejo' \
|
||||
./public/ /mnt/deploy/
|
||||
chmod -R 755 /mnt/deploy
|
||||
./public/ /var/www/bubo/
|
||||
chmod -R 755 /var/www/bubo
|
||||
Loading…
Reference in a new issue