1
0

first commit

This commit is contained in:
2026-01-26 15:36:52 +01:00
commit 23da3d20b5
30 changed files with 1022 additions and 0 deletions

28
system/upgrade.yaml Normal file
View File

@@ -0,0 +1,28 @@
# yaml-language-server: $schema=https://git.jesof.ch/public/mstr-schemas/raw/branch/main/mstr-tasks-schema.json
tasks:
- call:
description: 'Upgrade project on "$(target)"'
script: "@(system)/upgrade_project.yaml"
args:
path: $(target)
loop:
values: $(dirlist("@(projects)", dirlistWithDirsOnly()))
as: target
- call:
description: 'Upgrade github application "$(settings.name)"'
script: "@(system)/upgrade_github_application.yaml"
args:
settings: $(settings)
loop:
values: $(github)
as: settings
- call:
description: 'Upgrade orchestra application "$(settings.role)"'
script: "@(system)/upgrade_orchestra_application.yaml"
args:
settings: $(settings)
loop:
values: $(orchestra)
as: settings