ci: skip deploy-rs checks (build step already validates)
Some checks failed
Build and Deploy / deploy (push) Failing after 2m2s

This commit is contained in:
2026-03-30 21:32:15 -04:00
parent a6c40df359
commit 59f2639061

View File

@@ -25,7 +25,7 @@ jobs:
run: |
eval $(ssh-agent -s)
ssh-add /run/agenix/ci-deploy-key
nix run github:serokell/deploy-rs -- .#muffin --ssh-opts="-o StrictHostKeyChecking=no"
nix run github:serokell/deploy-rs -- .#muffin --skip-checks --ssh-opts="-o StrictHostKeyChecking=no"
- name: Health check
run: |