dry-activate instead of test
All checks were successful
/ deploy (push) Successful in 22s

This commit is contained in:
toufic ar 2026-01-26 19:33:26 +02:00
parent a6a0cc35b4
commit fceb9cc7fd
Signed by: toufic ar
SSH key fingerprint: SHA256:/NaO5I1nG3gYKzrzSiTYIdRyaIYxDWfr1U+d+yfJ/4k

View file

@ -22,10 +22,10 @@ jobs:
chmod -R 600 /root/.ssh
- name: copy repo to target
run: rsync -az . root@toufy.me:/etc/nixos
- name: nixos-rebuild test
- name: nixos-rebuild dry-activate
run: |
set -e
ssh root@toufy.me -C "nixos-rebuild test --flake /etc/nixos --impure"
ssh root@toufy.me -C "nixos-rebuild dry-activate --flake /etc/nixos --impure"
[ "$?" == 0 ] || exit 1
- name: nixos-rebuild switch
run: |