This commit is contained in:
parent
90af7eeb72
commit
0871e011a2
1 changed files with 4 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue