This commit is contained in:
parent
8d768f892b
commit
b8cff1ed6d
2 changed files with 3 additions and 1 deletions
|
@ -46,5 +46,6 @@ jobs:
|
|||
mkdir -p ~/.ssh
|
||||
chmod 700 ~/.ssh
|
||||
echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
||||
ssh -vvv root@193.1.99.120
|
||||
colmena apply -v --on @active-dns --show-trace
|
||||
shell: bash
|
|
@ -33,7 +33,8 @@ in {
|
|||
deployment = {
|
||||
targetHost = ip_pub;
|
||||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
targetUser = null;
|
||||
|
||||
tags = ["active-dns" "dns"];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue