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:
2025-12-14 15:39:47 -08:00
parent 11cb0fad54
commit 59c5aadc2b

View File

@@ -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"