forked from Fediversity/Fediversity
simplify
This commit is contained in:
parent
1eae31c876
commit
6df2cc78c0
1 changed files with 1 additions and 6 deletions
|
@ -13,12 +13,7 @@ steps:
|
|||
mkdir -p ~/.ssh
|
||||
echo "$CD_SSH_KEY" > ~/.ssh/id_ed25519
|
||||
chmod 600 ~/.ssh/id_ed25519
|
||||
- |
|
||||
NIX_CONFIG="
|
||||
experimental-features = nix-command flakes
|
||||
" nix-shell --run 'eval "$(ssh-agent -s)" && ssh-add ~/.ssh/id_ed25519 && SHELL=$(which bash) nixops4 apply default'
|
||||
# --extra-experimental-features 'nix-command flakes'
|
||||
# system-features = nixos-test benchmark big-parallel kvm
|
||||
- NIX_CONFIG="experimental-features = nix-command flakes" nix-shell --run 'eval "$(ssh-agent -s)" && ssh-add ~/.ssh/id_ed25519 && SHELL=$(which bash) nixops4 apply default'
|
||||
environment:
|
||||
CD_SSH_KEY:
|
||||
from_secret: cd_ssh_key
|
||||
|
|
Loading…
Add table
Reference in a new issue