ci: testing out deploy, new ssh manager
Some checks failed
Build_Deploy / build (push) Has been cancelled
Build_Deploy / deploy_dns (push) Has been cancelled
Build_Deploy / linter (push) Has been cancelled

This commit is contained in:
silver 2024-08-07 11:18:09 +01:00
parent c324aa76c1
commit 729b8742a0

View file

@ -38,9 +38,7 @@ jobs:
steps:
- uses: actions/checkout@v4
# setup deploy key
- run: |
eval $(ssh-agent -s)
echo "${{ secrets.DEPLOY_KEY }}" | tr -d '\r' | ssh-add - > /dev/null
mkdir -p ~/.ssh
chmod 700 ~/.ssh
- uses: https://github.com/webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
- run: colmena apply -v --on @active-dns