Compare commits

...

2 commits

Author SHA1 Message Date
90af7eeb72 ci: for testing
Some checks failed
Build_Deploy / deploy_dns (push) Failing after 32s
2024-08-07 12:18:30 +01:00
310085e9c7 ci: test a few things 2024-08-07 12:14:35 +01:00
2 changed files with 1 additions and 4 deletions

View file

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

View file

@ -34,7 +34,6 @@ in {
targetHost = ip_pub; targetHost = ip_pub;
targetPort = 22; targetPort = 22;
targetUser = null; targetUser = null;
tags = ["active-dns" "dns"]; tags = ["active-dns" "dns"];
}; };