add woodpecker config
parent
120562e20a
commit
58399a1652
|
@ -0,0 +1,10 @@
|
||||||
|
pipeline:
|
||||||
|
deploy:
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- |
|
||||||
|
mkdir $HOME/.ssh
|
||||||
|
echo "$SSH_KEY">$HOME/.ssh/id_ed25519
|
||||||
|
- apk add hugo rsync
|
||||||
|
- hugo
|
||||||
|
- rsync -avzHAX public/ kaniini@ariadne.space:public/
|
Loading…
Reference in New Issue