CI/CD
This commit is contained in:
parent
0eb51f795e
commit
394ecdeb6c
|
@ -9,5 +9,7 @@ jobs:
|
|||
run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY .
|
||||
- name: Build
|
||||
run: hugo
|
||||
- name: Set up SSH
|
||||
mkdir $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