website/deploy.sh

11 lines
227 B
Bash
Raw Normal View History

2024-10-23 08:28:49 +09:00
#!/usr/bin/env bash
2024-10-23 08:30:01 +09:00
set -x
2024-10-23 08:28:49 +09:00
2025-02-07 06:07:35 +09:00
git commit -m "$1"; git push
2024-10-23 08:28:49 +09:00
git tag -f latest && git push -f --tags
cd $HOME/ark
nix flake update blog
2024-10-30 22:49:42 +09:00
nix run .#nh -- os build -H wolumonde . && nix run .#apps.nixinate.wolumonde -L --show-trace