added copy of built site
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
52091371b3
commit
2246620a2e
|
@ -1,5 +1,5 @@
|
||||||
name: work.suroh.tk deploy
|
name: work.suroh.tk deploy
|
||||||
run-name: ${{ github.action_repository }} is being built and deployed
|
run-name: ${{ github.repository }} is being built and deployed
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
@ -18,7 +18,7 @@ jobs:
|
||||||
run: npm i
|
run: npm i
|
||||||
|
|
||||||
- name: Build 11ty site
|
- name: Build 11ty site
|
||||||
run: npm run build && cd _site
|
run: npm run build
|
||||||
|
|
||||||
- name: Check build directory
|
- name: Copy built site to host folder
|
||||||
run: pwd
|
run: docker cp my_runner:/workspace/${{ github.repository }}/_site /var/www/work.suroh.tk
|
||||||
|
|
Loading…
Reference in New Issue