testing whether mounts are working
work.suroh.tk deploy / build-deploy (push) Failing after 20s
Details
work.suroh.tk deploy / build-deploy (push) Failing after 20s
Details
This commit is contained in:
parent
10e3ce5939
commit
aeac2cb2f8
|
@ -20,8 +20,5 @@ jobs:
|
||||||
- name: Build 11ty site
|
- name: Build 11ty site
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Copy built site to host folder
|
- name: Copy built site to data folder
|
||||||
run: mkdir /www/work.suroh.tk && cp -r _site /www/work.suroh.tk
|
run: mkdir /data/work.suroh.tk && cp -r _site /data/work.suroh.tk
|
||||||
|
|
||||||
- name: Set ownership to www-data
|
|
||||||
run: chown -R www-data /www/work.suroh.tk
|
|
||||||
|
|
Loading…
Reference in New Issue