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