kin: auto-commit after pipeline
This commit is contained in:
parent
fe344c2a4f
commit
d53c4096fd
9 changed files with 343 additions and 22 deletions
|
|
@ -40,12 +40,12 @@ const BASE_PROJECT = {
|
|||
autocommit_enabled: null,
|
||||
auto_test_enabled: null,
|
||||
obsidian_vault_path: null,
|
||||
deploy_command: null,
|
||||
test_command: null,
|
||||
deploy_host: null,
|
||||
deploy_path: null,
|
||||
deploy_runtime: null,
|
||||
deploy_restart_cmd: null,
|
||||
deploy_command: null as string | null,
|
||||
test_command: null as string | null,
|
||||
deploy_host: null as string | null,
|
||||
deploy_path: null as string | null,
|
||||
deploy_runtime: null as string | null,
|
||||
deploy_restart_cmd: null as string | null,
|
||||
created_at: '2024-01-01',
|
||||
total_tasks: 0,
|
||||
done_tasks: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue