Compare commits
No commits in common. "e86cfc1d238c1f63c10f0533619246bd768e069e" and "77a526a02a1ccba501c42e8b2b6f301c0a4d116b" have entirely different histories.
e86cfc1d23
...
77a526a02a
13
deploy.sh
13
deploy.sh
@ -1,13 +0,0 @@
|
|||||||
#!/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
|
|
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
outputHash = "sha256-VTWaotCkyGezRWQB/BxkgRA5u9kdmAXSw50pKio86v0=";
|
outputHash = "sha256-BTD7tTxw9DvyeXVGd5CI2qksNNV7AsjzcXNEVzmpey4=";
|
||||||
outputHashAlgo = "sha256";
|
outputHashAlgo = "sha256";
|
||||||
outputHashMode = "recursive";
|
outputHashMode = "recursive";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user