Fix deploy
Unittests / unittests (push) Successful in 11s Details
Unittests / deploy-dev (push) Failing after 42s Details

This commit is contained in:
Adam Štrauch 2023-11-25 19:40:00 +01:00
parent 0625eabc28
commit 585b6bf666
Signed by: cx
GPG Key ID: 7262DAFE292BCE20
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
steps:
- name: deploy
run: |
docker run --rm --privileged -ti -v ${shell pwd}:/srv golang:1.20-buster /bin/sh -c "cd /srv && go build"
docker run --rm --privileged -ti -v ./:/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