ci: test a few things

This commit is contained in:
silver 2024-08-07 12:14:35 +01:00
parent 0eed754a0b
commit 310085e9c7

View file

@ -39,9 +39,7 @@ jobs:
- uses: actions/checkout@v4
# setup deploy key
- run: |
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