ci: remove kariru from deploy for now
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
This commit is contained in:
parent
320b666060
commit
92bb8de47e
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@ steps:
|
||||||
mkdir -p .ssh && cd .ssh
|
mkdir -p .ssh && cd .ssh
|
||||||
echo "$${SSH_KEY}" > forgejo
|
echo "$${SSH_KEY}" > forgejo
|
||||||
chmod 400 forgejo
|
chmod 400 forgejo
|
||||||
nix run github:serokell/deploy-rs -- --ssh-opts="-i forgejo -o StrictHostKeyChecking=no" --skip-checks --targets .#arashi .#kariru .#sakura .#sora .#yuki .#haru .#kaze
|
nix run github:serokell/deploy-rs -- --ssh-opts="-i forgejo -o StrictHostKeyChecking=no" --skip-checks --targets .#arashi .#sakura .#sora .#yuki .#haru .#kaze
|
||||||
secrets: [ssh_key, gh_pat]
|
secrets: [ssh_key, gh_pat]
|
||||||
|
|
Loading…
Reference in a new issue