diff --git a/.woodpecker.yml b/.woodpecker.yml index f2e57eb..4c817f2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -16,4 +16,4 @@ pipeline: - rsync -rv -e "ssh -p $SSH_PORT -i /root/.ssh/id_ed25519" /woodpecker/build/ woodpecker@$SSH_HOST:/home/woodpecker/build/vrifox.cc/ --checksum secrets: [ ssh_key, ssh_port, ssh_host ] -branches: main \ No newline at end of file +branches: main, cicd \ No newline at end of file