9 lines
187 B
YAML
9 lines
187 B
YAML
when:
|
|
- event: push
|
|
- branch: master
|
|
|
|
steps:
|
|
deploy:
|
|
commands:
|
|
- sh ~/nixconf/update.sh
|
|
- nh os switch -H sortug ~/nixconf --target-host root@sortug
|