Update '.woodpecker.yml'
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Matěj Divecký 2022-12-03 20:29:44 +01:00
parent 9a53a354bb
commit 25a5cfe2c1

View file

@ -6,3 +6,15 @@ pipeline:
- yarn
- yarn styles:watch
- hugo
deploy:
image: alpine
secrets:
- BOT_PRIVATE_KEY
commands:
- apk add openssh-client rsync
- mkdir -p $HOME/.ssh
- ssh-keyscan -t rsa nolog.cz >> $HOME/.ssh/known_hosts
- echo "$BOT_PRIVATE_KEY" > $HOME/.ssh/id_rsa
- chmod 0600 $HOME/.ssh/id_rsa
- rsync -avz --delete $HOME/public nolog-git@nolog.cz:/home/test-build