24 lines
719 B
YAML
24 lines
719 B
YAML
# yaml-language-server: $schema=https://git.jesof.ch/public/mstr-schemas/raw/branch/main/mstr-tasks-schema.json
|
|
tasks:
|
|
- call:
|
|
description: 'Upgrade github application "$(settings.name)"'
|
|
script: "@(system)/upgrade_github_application.yaml"
|
|
args:
|
|
settings: $(settings)
|
|
gitToken: $(git_token)
|
|
keyfile: $(keyfile)
|
|
loop:
|
|
values: $(github)
|
|
as: settings
|
|
|
|
- call:
|
|
description: 'Upgrade orchestra application "$(settings.role)"'
|
|
script: "@(system)/upgrade_orchestra_application.yaml"
|
|
args:
|
|
settings: $(settings)
|
|
gitToken: $(git_token)
|
|
keyfile: $(keyfile)
|
|
loop:
|
|
values: $(orchestra)
|
|
as: settings
|