Fix pipeline
This commit is contained in:
parent
d2606600c3
commit
0f0b6dc210
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user