website/deploy.sh
dusk 85bef3d9f5
All checks were successful
create archive with lfs / tag (push) Successful in 9s
build: its set -x not set +x sob
2024-10-23 08:30:01 +09:00

14 lines
237 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