This commit is contained in:
parent
0b44d3bd42
commit
aa16256591
1 changed files with 1 additions and 0 deletions
|
@ -28,5 +28,6 @@ pipeline:
|
|||
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > /root/.ssh/config
|
||||
- rsync -rv --delete -e "ssh -p $SSH_PORT -i /root/.ssh/id_ed25519" /woodpecker/build/ caddy@$SSH_HOST:/var/lib/caddy/woodpecker/vrifox.cc-dev/CI_COMMIT_BRANCH/$CI_COMMIT_SHA/ --mkpath --checksum
|
||||
secrets: [ ssh_key, ssh_port, ssh_host ]
|
||||
when:
|
||||
branch:
|
||||
exclude: [ main ]
|
Loading…
Reference in a new issue