first commit
This commit is contained in:
21
system/upgrade_orchestra_application.yaml
Normal file
21
system/upgrade_orchestra_application.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
# yaml-language-server: $schema=https://git.jesof.ch/public/mstr-schemas/raw/branch/main/mstr-tasks-schema.json
|
||||
tasks:
|
||||
- execute:
|
||||
description: "Deploy $(settings.role)"
|
||||
exec: "orchestra"
|
||||
dir: "@(provisioning)"
|
||||
args:
|
||||
- "-roles"
|
||||
- "$(settings.role)"
|
||||
- "-tags"
|
||||
- "update"
|
||||
|
||||
- execute:
|
||||
description: "Check health endpoint"
|
||||
exec: "curl"
|
||||
args:
|
||||
- "--retry"
|
||||
- "10"
|
||||
- "--silent"
|
||||
- $(settings.health_url)
|
||||
when: $(has("settings.health_url"))
|
||||
Reference in New Issue
Block a user