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
|
|
|
|
|
|
|
git commit -m "$1" && git push
|
|
|
|
git tag -f latest && git push -f --tags
|
|
|
|
|
|
|
|
sleep 15s
|
|
|
|
|
|
|
|
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
|