ci: gahhhhhhhhhh
Some checks failed
Build_Deploy / deploy_dns (push) Failing after 20s

This commit is contained in:
silver 2024-08-07 19:48:39 +01:00
parent b60b609d6f
commit 958db2f5e4
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"];