From 79b76946763b64d9ad85fcd65e964e35670d394d Mon Sep 17 00:00:00 2001 From: Developer Date: Thu, 30 Jul 2026 17:05:44 +0700 Subject: [PATCH] ci: set profile even without systemd unit --- .gitea/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index c720307..7064d24 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -83,6 +83,8 @@ jobs: sleep 3 systemctl status $UNIT --no-pager 2>&1 | head -12 else - echo \"Unit $UNIT not yet created — run setup first\" + echo \"=== $UNIT: profile set, unit not yet created ===" + echo \"Run: nix-env --profile $PROFILE --set $STORE_PATH\" + echo \"Create: /etc/systemd/system/$UNIT.service\" fi " 2>&1 \ No newline at end of file