add sternchen to update process
This commit is contained in:
parent
88c955eb91
commit
aaa34c44ac
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@ jobs:
|
|||
- name: nix build chungus
|
||||
run: nix build .#nixosConfigurations.chungus.config.system.build.toplevel
|
||||
|
||||
- name: nix build sternchen
|
||||
run: nix build .#nixosConfigurations.sternchen.config.system.build.toplevel
|
||||
|
||||
- name: commit & push
|
||||
if: ${{ github.event_name == 'schedule' }}
|
||||
# only if all nix builds are fine we update our branch
|
||||
|
|
Loading…
Reference in a new issue