CI/CD
Homepage / build (push) Has started running
Details
Homepage / build (push) Has started running
Details
This commit is contained in:
parent
3f737f81ca
commit
6359c3fcb0
|
@ -10,6 +10,6 @@ jobs:
|
|||
- name: Build
|
||||
run: hugo
|
||||
- name: Set up SSH
|
||||
run: mkdir $HOME/.ssh && cp .gitea/workflows/known_hosts $HOME/.ssh
|
||||
run: mkdir -p $HOME/.ssh && cp .gitea/workflows/known_hosts $HOME/.ssh
|
||||
- name: Publish
|
||||
run: rsync --delete -vax ./public/ neale@melville.woozle.org:/srv/www/woozle.org/
|
||||
|
|
Loading…
Reference in New Issue