ci: more testing
Some checks failed
Build_Deploy / deploy_dns (push) Failing after 46s

This commit is contained in:
silver 2024-08-07 12:25:27 +01:00
parent 90af7eeb72
commit 0871e011a2

View file

@ -12,6 +12,7 @@ on:
- secrets/**/*
- flake.*
- config/**/*
- .forgejo/**/*
jobs:
# linter:
@ -42,4 +43,7 @@ jobs:
whoami
eval $(ssh-agent -s)
echo "${{ secrets.DEPLOY_KEY }}" | tr -d '\r' | ssh-add -
mkdir -p .ssh
chmod 700 .ssh
echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > .ssh/config
- run: colmena apply -v --on @active-dns