Fix pipeline

This commit is contained in:
Adam Štrauch 2023-11-25 19:19:12 +01:00
parent d2606600c3
commit 0f0b6dc210
Signed by: cx
GPG Key ID: 7262DAFE292BCE20

View File

@ -22,7 +22,6 @@ jobs:
- name: deploy
run: |
docker run --rm --privileged -ti -v ${shell pwd}:/srv golang:1.20-buster /bin/sh -c "cd /srv && go build"
ssh -o StrictHostKeyChecking=accept-new root@$HOST echo "Setting up host keys"
for NODE in $NODES; do
echo "\033[0;32mDeploying $NODE\033[0m"