Compare commits
2 commits
e800b738dc
...
66eaebe848
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
66eaebe848 | ||
|
|
021d76dbc4 |
3 changed files with 7 additions and 3 deletions
|
|
@ -4,6 +4,7 @@ jobs:
|
|||
runs-on: nix
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||
- run: nix run github:Mic92/nix-fast-build
|
||||
- run: nix flake check .
|
||||
|
||||
deploy:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
flake,
|
||||
modulesPath,
|
||||
config,
|
||||
# config,
|
||||
...
|
||||
}:
|
||||
|
||||
|
|
@ -18,10 +18,10 @@ in
|
|||
enable = true;
|
||||
extraConfig = ''
|
||||
git.skdevstudios.com {
|
||||
reverse_proxy forgejo.local:3000
|
||||
reverse_proxy forgejo.incus:3000
|
||||
}
|
||||
tofu.skdevstudios.com {
|
||||
reverse_proxy tofu.local:9000
|
||||
reverse_proxy tofu.incus:9000
|
||||
}
|
||||
# :3306 {
|
||||
# reverse_proxy 10.173.91.154:3306
|
||||
|
|
|
|||
|
|
@ -56,4 +56,7 @@ in
|
|||
# remoteBuild = true;
|
||||
nodes = lib.mapAttrs genNode deployableNodes;
|
||||
};
|
||||
flake.checks = builtins.mapAttrs (
|
||||
system: deployLib: deployLib.deployChecks self.deploy
|
||||
) deploy-rs.lib;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue