deploy good path ?
Some checks failed
/ deploy (push) Failing after 16s

This commit is contained in:
gablaxy 2026-02-25 15:44:21 +01:00
parent d8b7053fb5
commit d3806751c9

View file

@ -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