This commit is contained in:
parent
4a210f0762
commit
bd15dc3433
1 changed files with 1 additions and 5 deletions
|
|
@ -8,8 +8,6 @@ steps:
|
|||
- pwd
|
||||
- whoami
|
||||
- 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
|
||||
- tail -n 5 ~/woodpecker-smoke.log
|
||||
|
||||
|
|
@ -23,6 +21,4 @@ steps:
|
|||
- name: deploy
|
||||
image: bash
|
||||
commands:
|
||||
- sh ~/nixconf/update.sh
|
||||
# - nh os switch -H sortug ~/nixconf --target-host root@sortug
|
||||
- nixos-rebuild switch --flake ~/nixconf#sortug --target-host root@sortug
|
||||
- sudo -n /usr/local/libexec/deploy-kotsukotsu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue