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