Compare commits

..

No commits in common. "864415b70a32a77e281e695e36445810fed08baf" and "77ea5b35857e0d116ccf7cc5a818b5996db49597" have entirely different histories.

3 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ steps:
mkdir -p ~/.ssh mkdir -p ~/.ssh
echo "$CD_SSH_KEY" > ~/.ssh/id_ed25519 echo "$CD_SSH_KEY" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519
- nix-shell --eval-store local --store unix:///mnt/nix/var/nix/daemon-socket/socket?root=/mnt --run 'eval "$(ssh-agent -s)" && ssh-add ~/.ssh/id_ed25519 && ssh-agent -s && SHELL=$(which sh) nixops4 apply -v default' - nix-shell --eval-store local --store unix:///mnt/nix/var/nix/daemon-socket/socket?root=/mnt --run 'eval "$(ssh-agent -s)" && ssh-add ~/.ssh/id_ed25519 && ssh-agent -s && SHELL=$(which bash) nixops4 apply -v default'
environment: environment:
CD_SSH_KEY: CD_SSH_KEY:
from_secret: cd_ssh_key from_secret: cd_ssh_key

View file

@ -20,7 +20,7 @@
nixos.module = { nixos.module = {
imports = [ imports = [
../forgejo-ci/woodpecker.nix ./woodpecker.nix
]; ];
}; };
} }