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