added ownershipt update
work.suroh.tk deploy / build-deploy (push) Successful in 21s
Details
work.suroh.tk deploy / build-deploy (push) Successful in 21s
Details
This commit is contained in:
parent
10d66857e4
commit
963a3d5cdd
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue