added ownershipt update
work.suroh.tk deploy / build-deploy (push) Successful in 21s Details

This commit is contained in:
suroh 2024-02-02 17:16:29 +01:00
parent 10d66857e4
commit 963a3d5cdd
1 changed files with 4 additions and 1 deletions

View File

@ -27,4 +27,7 @@ jobs:
run: if [ ! -d /www/work.suroh.tk ]; then mkdir /www/work.suroh.tk; fi
- name: Copy built website
run: cp -r _site/* /www/work.suroh.tk/
run: cp -r _site/. /www/work.suroh.tk/
- name: Fix ownership
run: chown -R www-data:www-data /www/work.suroh.tk/