1
0
This commit is contained in:
2026-01-27 14:27:24 +01:00
parent d26031421e
commit a5ef2f455a
2 changed files with 3 additions and 8 deletions

View File

@@ -51,6 +51,3 @@ variables:
bin_file: "gitea"
os_family: "linux"
architecture: "arm64"
orchestra:
- role: "minio"

View File

@@ -33,9 +33,9 @@ tasks:
description: "Load variables for $(settings.name)"
url: "@(provisioning)/roles/$(settings.name)/vars/version.yaml"
# - return:
# description: "Latest version installed $(new_version)"
# when: $(new_version == app_version)
- return:
description: "Latest version installed $(new_version)"
when: $(new_version == app_version)
- execute:
description: "Download application from $(download_url)"
@@ -144,11 +144,9 @@ tasks:
- "commit"
- "-m"
- "New $(settings.name) release"
onError: "continue"
- execute:
dir: "@(provisioning)"
exec: "git"
args:
- "push"
onError: "continue"