Push builds to attic
Some checks failed
Buill NixOS Configurations / Build-NixOS-Configurations (carbon) (push) Failing after 6s
Buill NixOS Configurations / Build-NixOS-Configurations (git) (push) Failing after 5s
Buill NixOS Configurations / Build-NixOS-Configurations (gospel) (push) Failing after 5s
Buill NixOS Configurations / Build-NixOS-Configurations (node) (push) Failing after 5s
Some checks failed
Buill NixOS Configurations / Build-NixOS-Configurations (carbon) (push) Failing after 6s
Buill NixOS Configurations / Build-NixOS-Configurations (git) (push) Failing after 5s
Buill NixOS Configurations / Build-NixOS-Configurations (gospel) (push) Failing after 5s
Buill NixOS Configurations / Build-NixOS-Configurations (node) (push) Failing after 5s
This commit is contained in:
parent
431a7e9767
commit
c0608d1064
1 changed files with 4 additions and 0 deletions
|
|
@ -17,3 +17,7 @@ jobs:
|
||||||
- run: |
|
- run: |
|
||||||
echo 'Building configuration for ${{ matrix.system }}'
|
echo 'Building configuration for ${{ matrix.system }}'
|
||||||
nix build .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel
|
nix build .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel
|
||||||
|
- name: Push build to attic
|
||||||
|
run: |
|
||||||
|
attic login gospel https://attic.kilonull.com ${{ secrets.ATTIC_PUSH_SECRET }}
|
||||||
|
attic push gospel ./result
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue