Add Gitea deploy and NixOS switch workflows
Deploy cloud-pc / deploy (push) Failing after 1s
Deploy mini-pc / deploy (push) Failing after 4s
NixOS switch mini-pc / switch (push) Failing after 10m19s
NixOS switch cloud-pc / switch (push) Has been cancelled

This commit is contained in:
Dmitry
2026-05-29 17:17:27 +03:00
parent 0f6c4525b2
commit 86fb248d85
7 changed files with 113 additions and 0 deletions
+5
View File
@@ -47,6 +47,11 @@ for dir in $dirs; do
continue
fi
if { [ "$HOST" = "cloud-pc" ] || [ "$HOST" = "mini-pc" ]; } && [ "$dir" = "zerotier" ]; then
echo "Skipping zerotier (managed by NixOS service)"
continue
fi
stack_dir="$BASE/$HOST/$dir"
cd "$stack_dir"