removed ping test
This commit is contained in:
@@ -19,8 +19,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Build default package
|
- name: Build default package
|
||||||
run: "nixos-rebuild build --flake ./#${{ matrix.system }}"
|
run: "nixos-rebuild build --flake ./#${{ matrix.system }}"
|
||||||
- name: test
|
|
||||||
run: "ping -c 1 192.168.95.14"
|
|
||||||
- name: copy to nix-cache
|
- name: copy to nix-cache
|
||||||
env:
|
env:
|
||||||
NIX_SSHOPTS: "-vv"
|
NIX_SSHOPTS: "-vv"
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ in
|
|||||||
Port 629
|
Port 629
|
||||||
User github-runners
|
User github-runners
|
||||||
HostName 192.168.95.14
|
HostName 192.168.95.14
|
||||||
IdentityFile ${vars.storage_secrets}/services/github-runners/${name}
|
IdentityFile ${vars.storage_secrets}/services/github-runners/id_ed25519_github-runners
|
||||||
StrictHostKeyChecking no
|
StrictHostKeyChecking no
|
||||||
UserKnownHostsFile /dev/null
|
UserKnownHostsFile /dev/null
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user