fix array

This commit is contained in:
Vri 🌈 2023-04-05 22:18:34 +02:00
parent 3ce65bd78e
commit 0b44d3bd42
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -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