test ssh_key
This commit is contained in:
parent
8123379c98
commit
4decf1a76b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ jobs:
|
||||||
EOF
|
EOF
|
||||||
chmod 600 .id_rsa
|
chmod 600 .id_rsa
|
||||||
eval $(ssh-agent)
|
eval $(ssh-agent)
|
||||||
ssh add .id_rsa
|
ssh-add .id_rsa
|
||||||
NIX_SSHOPTS="-i $PWD/id_rsa" nix flake update
|
NIX_SSHOPTS="-i $PWD/id_rsa" nix flake update
|
||||||
- run: nix build .#nixosConfigurations.orbi.config.system.build.toplevel
|
- run: nix build .#nixosConfigurations.orbi.config.system.build.toplevel
|
||||||
- run: nix build .#nixosConfigurations.cream.config.system.build.toplevel
|
- run: nix build .#nixosConfigurations.cream.config.system.build.toplevel
|
||||||
|
|
Loading…
Reference in a new issue