Added justfile for site deployment

This commit is contained in:
2025-02-07 17:03:43 +00:00
parent 9e4feba26b
commit 113fd42cfc
2 changed files with 4 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ in {
packages =
(with pkgs; [
git
just
])
++ (with pkgs-unstable; [
dart-sass

3
justfile Normal file
View File

@@ -0,0 +1,3 @@
deploy:
hugo
scp -r public/* homeserver:/home/cianh/blog/