Compare commits

...

3 Commits

Author SHA1 Message Date
3d5d808c9a
build: push regardless of commit 2025-02-07 06:07:35 +09:00
51d9648df2
build(nix): update modules hash 2025-02-07 06:06:33 +09:00
994bd60eea
build: remove deploy sleep 2025-02-07 06:04:49 +09:00
2 changed files with 2 additions and 4 deletions

@ -2,11 +2,9 @@
set -x
git commit -m "$1" && git push
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

@ -38,7 +38,7 @@
src = ./.;
outputHash = "sha256-9c6r0Ooc7WZB3/gs93h/2fXT4xcm0XTQxcyZJKONFp4=";
outputHash = "sha256-kP4m6ztiTcs0rMV2EjhjHjCbv3uVLbQg6SSYpU+yzIA=";
outputHashAlgo = "sha256";
outputHashMode = "recursive";