coolify integration.

This commit is contained in:
2026-02-27 08:55:41 -06:00
parent fe66be4aad
commit 2fe49b6725
62 changed files with 6366 additions and 129 deletions

View File

@@ -33,7 +33,11 @@ const DEFAULT_CONFIG = {
sshKeyPath: '',
targetPath: '',
autoLoad: true,
autoStart: true
autoStart: true,
// Files to upload during deploy (relative to project root)
// Default: tar, docker-compose.yml, .env
// Can add: data/, configs/, etc.
uploadFiles: []
}
};