1
0
Files
mstr-tasks/development/commands.yaml
2026-01-26 16:09:29 +01:00

20 lines
560 B
YAML

# yaml-language-server: $schema=https://git.jesof.ch/public/mstr-schemas/raw/branch/main/mstr-commands-schema.json
commands:
- name: "update"
description: "Update project"
script: "@(development)/update.yaml"
- name: "build"
description: "Build project"
script: "@(development)/build.yaml"
- name: "release"
description: "Release project"
script: "@(development)/release.yaml"
- name: "deploy"
description: "Deloy project"
script: "@(development)/deploy.yaml"
configs:
- "@(development)/deploy-config.yaml"