Compare commits

...

7 commits

Author SHA1 Message Date
e8c14e7447 m
All checks were successful
ci/woodpecker/push/job Pipeline was successful
2026-04-19 08:00:53 +07:00
bd15dc3433 m
All checks were successful
ci/woodpecker/push/job Pipeline was successful
2026-04-19 07:56:54 +07:00
4a210f0762 m
Some checks failed
ci/woodpecker/push/job Pipeline failed
2026-04-19 07:08:59 +07:00
db90cac05a m
Some checks failed
ci/woodpecker/push/job Pipeline failed
2026-04-19 07:05:14 +07:00
03e967124a m
Some checks failed
ci/woodpecker/push/job Pipeline failed
2026-04-19 06:58:54 +07:00
cc5c91a9b6 m
Some checks failed
ci/woodpecker/push/job Pipeline failed
2026-04-19 06:49:47 +07:00
7df70294d3 m
Some checks failed
ci/woodpecker/push/job Pipeline failed
2026-04-19 06:34:39 +07:00
2 changed files with 26 additions and 8 deletions

View file

@ -1,9 +1,24 @@
when:
- event: push
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: when:
- event: push - event: push
- branch: master - branch: master
steps: steps:
deploy: - name: deploy
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

3
lol.lmao Normal file
View file

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