scan host key
All checks were successful
Nix Web Proxy Worker / setup-nixos-runner (push) Successful in 3m25s
All checks were successful
Nix Web Proxy Worker / setup-nixos-runner (push) Successful in 3m25s
This commit is contained in:
@@ -11,5 +11,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ssh-private-key: ${{ secrets.WEB_PROXY_SSH_PRIVATE_KEY }}
|
ssh-private-key: ${{ secrets.WEB_PROXY_SSH_PRIVATE_KEY }}
|
||||||
- uses: cachix/install-nix-action@v31
|
- uses: cachix/install-nix-action@v31
|
||||||
|
- run: ssh-keyscan 192.168.1.35 >> ~/.ssh/known_hosts
|
||||||
- name: nixing
|
- name: nixing
|
||||||
run: nix-shell shell.nix --run "nixos-rebuild switch --no-flake --target-host ${{ vars.WEB_PROXY_TARGET_HOST }} --verbose"
|
run: nix-shell shell.nix --run "nixos-rebuild switch --no-flake --target-host ${{ vars.WEB_PROXY_TARGET_HOST }} --verbose"
|
||||||
Reference in New Issue
Block a user