ci:: final, fixing
Some checks failed
Build_Deploy / deploy_dns (push) Failing after 36s

This commit is contained in:
silver 2024-08-07 19:06:58 +01:00
parent 2b9de0bd12
commit 141a9bf872

View file

@ -38,12 +38,5 @@ jobs:
# needs: [ linter, build ]
steps:
- uses: actions/checkout@v4
- 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
colmena apply -v --on @active-dns --show-trace
- run: colmena apply -v --on @active-dns --show-trace
shell: bash