This commit is contained in:
parent
4ae0a3f8e1
commit
ce04dca2d6
1 changed files with 0 additions and 2 deletions
|
@ -46,7 +46,5 @@ jobs:
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
chmod 700 ~/.ssh
|
chmod 700 ~/.ssh
|
||||||
echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
||||||
- run: |
|
|
||||||
echo "${{ secrets.DEPLOY_KEY }}" | tr -d '\r' | ssh-add -
|
|
||||||
colmena apply -v --on @active-dns --show-trace
|
colmena apply -v --on @active-dns --show-trace
|
||||||
shell: bash
|
shell: bash
|
Loading…
Reference in a new issue