Compare commits
2 commits
87e4d39db9
...
90af7eeb72
Author | SHA1 | Date | |
---|---|---|---|
90af7eeb72 | |||
310085e9c7 |
2 changed files with 1 additions and 4 deletions
|
@ -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
|
|
@ -34,7 +34,6 @@ in {
|
|||
targetHost = ip_pub;
|
||||
targetPort = 22;
|
||||
targetUser = null;
|
||||
|
||||
tags = ["active-dns" "dns"];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue