Initial commit: Backup Restore Orchestrator
Windmill-Flow + restore.sh für das automatische tägliche Backup-Verifikationssystem. Direkter Windmill-Sync via `wmill sync push` möglich. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
# yaml-language-server: $schema=wmill.schema.json
|
||||
defaultTs: bun
|
||||
|
||||
includes:
|
||||
- "f/**"
|
||||
|
||||
excludes: []
|
||||
|
||||
skipVariables: false
|
||||
skipResources: false
|
||||
skipResourceTypes: false
|
||||
skipSecrets: true
|
||||
skipScripts: false
|
||||
skipFlows: false
|
||||
skipApps: false
|
||||
skipFolders: false
|
||||
skipWorkspaceDependencies: false
|
||||
|
||||
nonDottedPaths: true
|
||||
|
||||
codebases: []
|
||||
|
||||
gitBranches:
|
||||
main:
|
||||
overrides: {}
|
||||
Reference in New Issue
Block a user