Compare commits

...

2 Commits

Author SHA1 Message Date
e86cfc1d23
build: add a script for easier deploy 2024-10-23 08:28:49 +09:00
d0993eb19b
chore: update hash 2024-10-23 08:16:21 +09:00
2 changed files with 14 additions and 1 deletions

13
deploy.sh Executable file
View File

@ -0,0 +1,13 @@
#!/usr/bin/env bash
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

View File

@ -38,7 +38,7 @@
src = ./.;
outputHash = "sha256-BTD7tTxw9DvyeXVGd5CI2qksNNV7AsjzcXNEVzmpey4=";
outputHash = "sha256-VTWaotCkyGezRWQB/BxkgRA5u9kdmAXSw50pKio86v0=";
outputHashAlgo = "sha256";
outputHashMode = "recursive";