deploy guard: fix actions
Some checks failed
Build and Deploy / mreow (push) Successful in 2m8s
Build and Deploy / yarn (push) Successful in 1m2s
Build and Deploy / muffin (push) Failing after 27s

This commit is contained in:
2026-04-22 01:18:09 -04:00
parent aef99e7365
commit b0b4bcb0b3
4 changed files with 37 additions and 49 deletions

View File

@@ -63,6 +63,13 @@ jobs:
- name: Build muffin
run: nix build .#nixosConfigurations.muffin.config.system.build.toplevel -L
- name: Deploy guard preflight
run: |
ssh -i /run/agenix/ci-deploy-key \
-o StrictHostKeyChecking=yes \
-o UserKnownHostsFile=/etc/ci-known-hosts \
root@server-public deploy-guard-check
- name: Deploy via deploy-rs
run: |
eval $(ssh-agent -s)