loptland: attempt to get rid of hydra
This commit is contained in:
parent
909558e8e1
commit
98a3cf3827
2 changed files with 12 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ on:
|
|||
schedule:
|
||||
- cron: 0 */6 * * *
|
||||
jobs:
|
||||
UpdateFlake:
|
||||
update:
|
||||
runs-on: native
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
|
|
@ -18,3 +18,13 @@ jobs:
|
|||
git commit -a -m "chore: update flake"
|
||||
- name: Push changes
|
||||
run: git push
|
||||
|
||||
- name: Build Loptland
|
||||
run: |
|
||||
cd ${{ env.FORGEJO_WORKSPACE }}
|
||||
nix build .#nixosConfigurations.loptland.config.system.build.toplevel
|
||||
|
||||
- name: Build Yggdrasil
|
||||
run: |
|
||||
cd ${{ env.FORGEJO_WORKSPACE }}
|
||||
nix build .#nixosConfigurations.yggdrasil.config.system.build.toplevel
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ in
|
|||
];
|
||||
}
|
||||
{
|
||||
hostName = "100.90.93.35";
|
||||
hostName = "nixberry";
|
||||
sshUser = "remotebuild";
|
||||
sshKey = "/root/.ssh/remotebuild";
|
||||
systems = [ "aarch64-linux" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue