website/deploy.sh
dusk 3d5d808c9a
All checks were successful
create archive with lfs / tag (push) Successful in 4s
build: push regardless of commit
2025-02-07 06:07:35 +09:00

11 lines
227 B
Bash
Executable File

#!/usr/bin/env bash
set -x
git commit -m "$1"; git push
git tag -f latest && git push -f --tags
cd $HOME/ark
nix flake update blog
nix run .#nh -- os build -H wolumonde . && nix run .#apps.nixinate.wolumonde -L --show-trace