This commit is contained in:
parent
36664d4d4a
commit
bbeea35746
1 changed files with 3 additions and 3 deletions
|
@ -34,10 +34,11 @@ jobs:
|
||||||
# - run: colmena build -v --on @active-gitlab
|
# - run: colmena build -v --on @active-gitlab
|
||||||
|
|
||||||
deploy_dns:
|
deploy_dns:
|
||||||
runs-on: nix
|
runs-on: ubuntu-latest
|
||||||
# needs: [ linter, build ]
|
# needs: [ linter, build ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
# setup deploy key
|
||||||
- run: |
|
- run: |
|
||||||
whoami
|
whoami
|
||||||
eval $(ssh-agent -s)
|
eval $(ssh-agent -s)
|
||||||
|
@ -45,6 +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
|
||||||
ssh root@193.1.99.120
|
colmena apply -v --on @active-dns --show-trace
|
||||||
colmena apply -v --on vendetta --show-trace
|
|
||||||
shell: bash
|
shell: bash
|
Loading…
Reference in a new issue