mirror of
https://gitlab.com/rensa-nix/devtools.git
synced 2026-02-02 07:15:08 +01:00
feat: add basic process compose module
This commit is contained in:
parent
a4295c3cdb
commit
25fb9162ff
4 changed files with 84 additions and 0 deletions
|
|
@ -54,6 +54,14 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
process-compose.config.processes = {
|
||||
hello.command = "echo 'Hello World'";
|
||||
pc = {
|
||||
command = "echo 'From Process Compose'";
|
||||
depends_on.hello.condition = "process_completed";
|
||||
};
|
||||
};
|
||||
|
||||
cocogitto.config.changelog = {
|
||||
path = "CHANGELOG.md";
|
||||
template = "remote";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue