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

24
development/commands.yaml Normal file
View File

@@ -0,0 +1,24 @@
# 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"
- name: "upload"
description: "Upload tasks"
script: "@(development)/upload.yaml"