fix array
This commit is contained in:
parent
3ce65bd78e
commit
0b44d3bd42
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ pipeline:
|
||||||
- rsync -rv --delete -e "ssh -p $SSH_PORT -i /root/.ssh/id_ed25519" /woodpecker/build/ caddy@$SSH_HOST:/var/lib/caddy/woodpecker/vrifox.cc/ --mkpath --checksum
|
- rsync -rv --delete -e "ssh -p $SSH_PORT -i /root/.ssh/id_ed25519" /woodpecker/build/ caddy@$SSH_HOST:/var/lib/caddy/woodpecker/vrifox.cc/ --mkpath --checksum
|
||||||
secrets: [ ssh_key, ssh_port, ssh_host ]
|
secrets: [ ssh_key, ssh_port, ssh_host ]
|
||||||
when:
|
when:
|
||||||
branch: main
|
branch: [ main ]
|
||||||
|
|
||||||
upload-dev:
|
upload-dev:
|
||||||
image: archlinux
|
image: archlinux
|
||||||
|
|
Loading…
Reference in a new issue