ci: more testing2
Some checks failed
Build_Deploy / deploy_dns (push) Failing after 43s

This commit is contained in:
silver 2024-08-07 14:56:53 +01:00
parent 8d768f892b
commit b8cff1ed6d
2 changed files with 3 additions and 1 deletions

View file

@ -46,5 +46,6 @@ 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
ssh -vvv root@193.1.99.120
colmena apply -v --on @active-dns --show-trace colmena apply -v --on @active-dns --show-trace
shell: bash shell: bash

View file

@ -33,7 +33,8 @@ in {
deployment = { deployment = {
targetHost = ip_pub; targetHost = ip_pub;
targetPort = 22; targetPort = 22;
targetUser = "root"; targetUser = null;
tags = ["active-dns" "dns"]; tags = ["active-dns" "dns"];
}; };