This commit is contained in:
parent
bbeea35746
commit
3e935d512e
1 changed files with 3 additions and 2 deletions
|
@ -34,7 +34,7 @@ jobs:
|
||||||
# - run: colmena build -v --on @active-gitlab
|
# - run: colmena build -v --on @active-gitlab
|
||||||
|
|
||||||
deploy_dns:
|
deploy_dns:
|
||||||
runs-on: ubuntu-latest
|
runs-on: nix
|
||||||
# needs: [ linter, build ]
|
# needs: [ linter, build ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
@ -46,5 +46,6 @@ 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
|
||||||
colmena apply -v --on @active-dns --show-trace
|
ssh -vv root@193.1.99.120
|
||||||
|
colmena apply -v --on vendetta --show-trace
|
||||||
shell: bash
|
shell: bash
|
Loading…
Reference in a new issue