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
|
mkdir -p ~/.ssh
|
||||||
chmod 700 ~/.ssh
|
chmod 700 ~/.ssh
|
||||||
echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
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
|
shell: bash
|
|
@ -33,7 +33,7 @@ in {
|
||||||
deployment = {
|
deployment = {
|
||||||
targetHost = ip_pub;
|
targetHost = ip_pub;
|
||||||
targetPort = 22;
|
targetPort = 22;
|
||||||
targetUser = null;
|
targetUser = "root";
|
||||||
|
|
||||||
tags = ["active-dns" "dns"];
|
tags = ["active-dns" "dns"];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue