Add cleanup
deploy config / Explore-Gitea-Actions (push) Successful in 32s
Details
deploy config / Explore-Gitea-Actions (push) Successful in 32s
Details
This commit is contained in:
parent
243188cf9a
commit
0f4ac0e508
|
|
@ -6,6 +6,11 @@ jobs:
|
|||
Explore-Gitea-Actions:
|
||||
runs-on: play
|
||||
steps:
|
||||
- run: whoami
|
||||
- run: cd /etc/nixos && git pull
|
||||
- run: nixos-rebuild switch
|
||||
- name: Test
|
||||
run: whoami
|
||||
- name: get latest git revision
|
||||
run: cd /etc/nixos && git pull
|
||||
- name: Activate config
|
||||
run: nixos-rebuild switch
|
||||
- name: cleanup nix store
|
||||
run: nix-store --gc
|
||||
Loading…
Reference in New Issue