website/deploy.sh
dusk 4a4db8e610
All checks were successful
create archive with lfs / tag (push) Successful in 9s
build(nix): update modules hash
2024-10-30 22:49:42 +09:00

13 lines
240 B
Bash
Executable File

#!/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