ssh -C !
All checks were successful
/ deploy (push) Successful in 20s

This commit is contained in:
toufic ar 2026-01-26 23:57:34 +02:00
parent 5ae4e9c876
commit 900e7a7b01
Signed by: toufic ar
SSH key fingerprint: SHA256:/NaO5I1nG3gYKzrzSiTYIdRyaIYxDWfr1U+d+yfJ/4k

View file

@ -33,4 +33,7 @@ jobs:
ssh root@toufy.me -C "nixos-rebuild switch --flake /etc/nixos --impure --upgrade" ssh root@toufy.me -C "nixos-rebuild switch --flake /etc/nixos --impure --upgrade"
[ "$?" == 0 ] || exit 1 [ "$?" == 0 ] || exit 1
- name: garbage-collection - name: garbage-collection
run: nix-collect-garbage -d run: |
set -e
ssh root@toufy.me -C "nix-collect-garbage -d"
[ "$?" == 0 ] || exit 1