test ssh_key
This commit is contained in:
parent
cca50a46e3
commit
f950757d99
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ jobs:
|
||||||
cat <<EOF > $PWD/id_rsa
|
cat <<EOF > $PWD/id_rsa
|
||||||
${{ secrets.SSH_KEY }}
|
${{ secrets.SSH_KEY }}
|
||||||
EOF
|
EOF
|
||||||
export NIX_SSHOPTS="-i $PWD/id_rsa"
|
chmod 600 $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
|
||||||
- run: nix build .#nixosConfigurations.cherry.config.system.build.toplevel
|
- run: nix build .#nixosConfigurations.cherry.config.system.build.toplevel
|
||||||
|
|
Loading…
Reference in a new issue