Compare commits
2 Commits
77a526a02a
...
e86cfc1d23
Author | SHA1 | Date | |
---|---|---|---|
e86cfc1d23 | |||
d0993eb19b |
13
deploy.sh
Executable file
13
deploy.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#!/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
|
Loading…
Reference in New Issue
Block a user