From 994bd60eea0993ab582352e5c32403e416f7b591 Mon Sep 17 00:00:00 2001 From: dusk Date: Fri, 7 Feb 2025 06:04:36 +0900 Subject: [PATCH] build: remove deploy sleep --- deploy.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index fe65c30..0653649 100755 --- a/deploy.sh +++ b/deploy.sh @@ -5,8 +5,6 @@ set -x git commit -m "$1" && git push git tag -f latest && git push -f --tags -sleep 15s - cd $HOME/ark nix flake update blog nix run .#nh -- os build -H wolumonde . && nix run .#apps.nixinate.wolumonde -L --show-trace