Fix Stack TOML syntax - flatten config structure
- Remove nested [stack.config.repo] table - Use flat config with file_paths array - Stack config now matches Komodo TOML format
This commit is contained in:
@@ -24,18 +24,11 @@ description = "Deploy komodo app using docker-compose"
|
|||||||
tags = ["gitea"]
|
tags = ["gitea"]
|
||||||
|
|
||||||
[stack.config]
|
[stack.config]
|
||||||
# Use compose file from git repo
|
|
||||||
[stack.config.repo]
|
|
||||||
git_provider = "gitea.straymoog.xyz"
|
git_provider = "gitea.straymoog.xyz"
|
||||||
git_account = "stray"
|
git_account = "stray"
|
||||||
repo = "stray/komodo"
|
repo = "stray/komodo"
|
||||||
branch = "main"
|
branch = "main"
|
||||||
path = "docker-compose.yml"
|
file_paths = ["docker-compose.yml"]
|
||||||
|
|
||||||
# Or optionally, define inline compose content
|
|
||||||
# file_contents = '''
|
|
||||||
# ... compose yaml here ...
|
|
||||||
# '''
|
|
||||||
|
|
||||||
[[sync]]
|
[[sync]]
|
||||||
name = "komodo-sync"
|
name = "komodo-sync"
|
||||||
|
|||||||
Reference in New Issue
Block a user