Add runner simulation
All checks were successful
Homepage deployment / deploy (push) Successful in 23s
All checks were successful
Homepage deployment / deploy (push) Successful in 23s
This commit is contained in:
parent
2192079169
commit
ce94e6fe48
2 changed files with 8 additions and 1 deletions
6
Makefile
Normal file
6
Makefile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
serve:
|
||||||
|
hugo serve --buildDrafts
|
||||||
|
tofu-import:
|
||||||
|
./tofu/tofu-import.sh
|
||||||
|
ci:
|
||||||
|
act_runner exec
|
|
@ -20,8 +20,9 @@
|
||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
hugo
|
hugo
|
||||||
go
|
go
|
||||||
opentofu
|
opentofu
|
||||||
|
forgejo-runner
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue