Compare commits

..

No commits in common. "e8c14e7447161499117afa6412643a825cbd63be" and "2a8804ca02b9ed15c2bf23f71a0b5123cd8d826a" have entirely different histories.

2 changed files with 8 additions and 26 deletions

View file

@ -1,24 +1,9 @@
when:
- event: push
when:
- event: push
- branch: master
steps:
- name: smoke
image: bash
commands:
- pwd
- whoami
- hostname
- printf '%s %s %s\n' "$(date --iso-8601=seconds)" "$(hostname)" "$(git rev-parse --short HEAD)" >> /var/tmp/woodpecker-smoke.log
- tail -n 5 /var/tmp/woodpecker-smoke.log
---
when:
- event: push
- branch: master
steps:
- name: deploy
image: bash
commands:
- sudo -n /usr/local/libexec/deploy-kotsukotsu
steps:
deploy:
commands:
- sh ~/nixconf/update.sh
- nh os switch -H sortug ~/nixconf --target-host root@sortug

View file

@ -1,3 +0,0 @@
1
2
3