Add runner simulation
All checks were successful
Homepage deployment / deploy (push) Successful in 23s

This commit is contained in:
GHOSCHT 2025-01-07 21:25:57 +01:00
parent 2192079169
commit ce94e6fe48
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82
2 changed files with 8 additions and 1 deletions

6
Makefile Normal file
View file

@ -0,0 +1,6 @@
serve:
hugo serve --buildDrafts
tofu-import:
./tofu/tofu-import.sh
ci:
act_runner exec

View file

@ -20,8 +20,9 @@
default = pkgs.mkShell { default = pkgs.mkShell {
packages = with pkgs; [ packages = with pkgs; [
hugo hugo
go go
opentofu opentofu
forgejo-runner
]; ];
}; };
}); });