website/deploy.sh

13 lines
240 B
Bash
Raw Normal View History

2024-10-23 02:28:49 +03:00
#!/usr/bin/env bash
2024-10-23 02:30:01 +03:00
set -x
2024-10-23 02:28:49 +03: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 16:49:42 +03:00
nix run .#nh -- os build -H wolumonde . && nix run .#apps.nixinate.wolumonde -L --show-trace