m
All checks were successful
ci/woodpecker/push/job Pipeline was successful

This commit is contained in:
polwex 2026-04-19 07:56:54 +07:00
parent 4a210f0762
commit bd15dc3433

View file

@ -8,8 +8,6 @@ steps:
- pwd - pwd
- whoami - whoami
- hostname - hostname
# - git rev-parse --short HEAD
- test -d ~/nixconf
- printf '%s %s %s\n' "$(date --iso-8601=seconds)" "$(hostname)" "$(git rev-parse --short HEAD)" >> ~/woodpecker-smoke.log - printf '%s %s %s\n' "$(date --iso-8601=seconds)" "$(hostname)" "$(git rev-parse --short HEAD)" >> ~/woodpecker-smoke.log
- tail -n 5 ~/woodpecker-smoke.log - tail -n 5 ~/woodpecker-smoke.log
@ -23,6 +21,4 @@ steps:
- name: deploy - name: deploy
image: bash image: bash
commands: commands:
- sh ~/nixconf/update.sh - sudo -n /usr/local/libexec/deploy-kotsukotsu
# - nh os switch -H sortug ~/nixconf --target-host root@sortug
- nixos-rebuild switch --flake ~/nixconf#sortug --target-host root@sortug