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"]
|
||||
|
||||
[stack.config]
|
||||
# Use compose file from git repo
|
||||
[stack.config.repo]
|
||||
git_provider = "gitea.straymoog.xyz"
|
||||
git_account = "stray"
|
||||
repo = "stray/komodo"
|
||||
branch = "main"
|
||||
path = "docker-compose.yml"
|
||||
|
||||
# Or optionally, define inline compose content
|
||||
# file_contents = '''
|
||||
# ... compose yaml here ...
|
||||
# '''
|
||||
file_paths = ["docker-compose.yml"]
|
||||
|
||||
[[sync]]
|
||||
name = "komodo-sync"
|
||||
|
||||
Reference in New Issue
Block a user