website/deploy.sh

14 lines
237 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
nix run .#nh -- os build -H wolumonde .
nix run .#apps.nixinate.wolumonde -L --show-trace