From 6bc564de59d2e73b066636c10557ba9fcf69661e Mon Sep 17 00:00:00 2001 From: yukkop Date: Fri, 11 Sep 2026 19:31:04 +0000 Subject: [PATCH] feat: some --- .gitea/workflows/deploy-neuro.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy-neuro.yaml b/.gitea/workflows/deploy-neuro.yaml index 3d254386..1cba19cd 100644 --- a/.gitea/workflows/deploy-neuro.yaml +++ b/.gitea/workflows/deploy-neuro.yaml @@ -98,13 +98,13 @@ jobs: true) nix run --refresh '.#with-attic-cache' -- -- \ nix run --refresh '.#deploy' -- \ - push -- --flake '.#neuro|x86_64-linux' --target-host neuro --use-remote-sudo + push -- --flake '.#neuro|x86_64-linux' --target-host neuro ;; false) unset ATTIC_TOKEN timeout --kill-after=60s 21600s \ nix run --refresh '.#deploy' -- \ - push -- --flake '.#neuro|x86_64-linux' --target-host neuro --use-remote-sudo + push -- --flake '.#neuro|x86_64-linux' --target-host neuro ;; *) printf 'unsupported upload_cache value: %s\n' "$UPLOAD_CACHE" >&2