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/**/* - secrets/**/*
- flake.* - flake.*
- config/**/* - config/**/*
- .forgejo/**/*
jobs: jobs:
# linter: # linter:
@ -42,4 +43,7 @@ jobs:
whoami whoami
eval $(ssh-agent -s) eval $(ssh-agent -s)
echo "${{ secrets.DEPLOY_KEY }}" | tr -d '\r' | ssh-add - 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 - run: colmena apply -v --on @active-dns