update blog and fix deploy script
This commit is contained in:
parent
1380f1500f
commit
2943a544a5
|
@ -8,6 +8,7 @@ let
|
||||||
lib = pkgs.lib;
|
lib = pkgs.lib;
|
||||||
mkDeploy = { site, targetPkg, profileName, extraCommands ? "" }: pkgs.substituteAll {
|
mkDeploy = { site, targetPkg, profileName, extraCommands ? "" }: pkgs.substituteAll {
|
||||||
name = "deploy-${profileName}";
|
name = "deploy-${profileName}";
|
||||||
|
dir = "bin";
|
||||||
src = builtins.toFile "deploy-template" ''
|
src = builtins.toFile "deploy-template" ''
|
||||||
#!@runtimeShell@
|
#!@runtimeShell@
|
||||||
set -ex
|
set -ex
|
||||||
|
|
|
@ -23,11 +23,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1745178146,
|
"lastModified": 1745187260,
|
||||||
"narHash": "sha256-O+i/U/cWdhsO0xIjd3EgWJooI7+CsIMPxAhuNKluzso=",
|
"narHash": "sha256-vVb4QEEzuRMAIOrdr1fVN2wmHVIMXlGTxCKCIhJPogg=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "eb251b99807f1b5ee041755cb313b4880315eff6",
|
"rev": "b63106e77bc509dc186e5c197a70ae97a82de124",
|
||||||
"revCount": 5,
|
"revCount": 6,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.lain.faith/rhelmot/blog.rhelmot.io"
|
"url": "https://git.lain.faith/rhelmot/blog.rhelmot.io"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue