testing whether mounts are working
work.suroh.tk deploy / build-deploy (push) Failing after 20s Details

This commit is contained in:
suroh 2024-02-02 16:22:35 +01:00
parent 10e3ce5939
commit aeac2cb2f8
1 changed files with 2 additions and 5 deletions

View File

@ -20,8 +20,5 @@ jobs:
- name: Build 11ty site
run: npm run build
- name: Copy built site to host folder
run: mkdir /www/work.suroh.tk && cp -r _site /www/work.suroh.tk
- name: Set ownership to www-data
run: chown -R www-data /www/work.suroh.tk
- name: Copy built site to data folder
run: mkdir /data/work.suroh.tk && cp -r _site /data/work.suroh.tk