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
|
||||
|
||||
deploy_dns:
|
||||
runs-on: nix
|
||||
runs-on: ubuntu-latest
|
||||
# needs: [ linter, build ]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
# setup deploy key
|
||||
- run: |
|
||||
whoami
|
||||
eval $(ssh-agent -s)
|
||||
|
@ -45,6 +46,5 @@ jobs:
|
|||
mkdir -p ~/.ssh
|
||||
chmod 700 ~/.ssh
|
||||
echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
||||
ssh root@193.1.99.120
|
||||
colmena apply -v --on vendetta --show-trace
|
||||
colmena apply -v --on @active-dns --show-trace
|
||||
shell: bash
|
Loading…
Reference in a new issue