added copy of built site
work.suroh.tk deploy / build-deploy (push) Failing after 20s Details

This commit is contained in:
suroh 2024-02-02 15:35:55 +01:00
parent 52091371b3
commit 2246620a2e
1 changed files with 4 additions and 4 deletions

View File

@ -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