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

This commit is contained in:
Matěj Divecký 2022-12-03 20:33:33 +01:00
parent 25a5cfe2c1
commit bc88596ff1

View file

@ -17,4 +17,4 @@ pipeline:
- ssh-keyscan -t rsa nolog.cz >> $HOME/.ssh/known_hosts - ssh-keyscan -t rsa nolog.cz >> $HOME/.ssh/known_hosts
- echo "$BOT_PRIVATE_KEY" > $HOME/.ssh/id_rsa - echo "$BOT_PRIVATE_KEY" > $HOME/.ssh/id_rsa
- chmod 0600 $HOME/.ssh/id_rsa - chmod 0600 $HOME/.ssh/id_rsa
- rsync -avz --delete $HOME/public nolog-git@nolog.cz:/home/test-build - rsync -avz --delete ./public nolog-git@nolog.cz:/home/test-build