Fix little typo
All checks were successful
pipeline / build-and-push-images (push) Successful in 11s
pipeline / deploy (push) Successful in 7s

This commit is contained in:
2024-11-24 15:07:42 +01:00
parent d4c98c249a
commit a0075e48c5

View File

@@ -84,7 +84,7 @@ jobs:
eval "$(ssh-agent -s)" eval "$(ssh-agent -s)"
ssh-add /root/.ssh/id_rsa ssh-add /root/.ssh/id_rsa
echo -e "\u001b[36mVerifying Docker and Setting Context." echo -e "\u001b[36mVerifying Docker and Setting Context."
ssh -p "22" "root@$192.168.1.105" "docker info" > /dev/null ssh -p "22" "root@192.168.1.105" "docker info" > /dev/null
docker context create remote --docker "host=ssh://root@192.168.1.105:22" docker context create remote --docker "host=ssh://root@192.168.1.105:22"
docker context ls docker context ls
docker context use remote docker context use remote