updated runner container and script to reflect new mount
work.suroh.tk deploy / build-deploy (push) Failing after 25s
Details
work.suroh.tk deploy / build-deploy (push) Failing after 25s
Details
This commit is contained in:
parent
2246620a2e
commit
3b6ee68a11
|
@ -21,4 +21,4 @@ jobs:
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Copy built site to host folder
|
- name: Copy built site to host folder
|
||||||
run: docker cp my_runner:/workspace/${{ github.repository }}/_site /var/www/work.suroh.tk
|
run: cp _site /www/work.suroh.tk
|
||||||
|
|
Loading…
Reference in New Issue