diff --git a/system/upgrade.yaml b/system/upgrade.yaml index ce05922..5d70672 100644 --- a/system/upgrade.yaml +++ b/system/upgrade.yaml @@ -1,4 +1,10 @@ # yaml-language-server: $schema=https://git.jesof.ch/public/mstr-schemas/raw/branch/main/mstr-tasks-schema.json +options: + - name: "keyfile" + default: "$(homedir())/.mstr.pem" + description: "Keyfile for encrypting" + type: "string" + tasks: - call: description: 'Upgrade project on "$(target)"' diff --git a/system/upgrade_github_application.yaml b/system/upgrade_github_application.yaml index 4834efb..8dcde45 100644 --- a/system/upgrade_github_application.yaml +++ b/system/upgrade_github_application.yaml @@ -98,24 +98,6 @@ tasks: - "$(tempdir())/$(sha256_file)" - "@(packages)/$(settings.name)/$(new_version)/$(sha256_package_file)" - # - execute: - # description: "Upload application $(archive_file)" - # exec: "mc" - # args: - # - "cp" - # - "--quiet" - # - "$(tempdir())/$(archive_file)" - # - "jesof/binaries/$(archive_file)" - - # - execute: - # description: "Upload checksum $(sha256_file)" - # exec: "mc" - # args: - # - "cp" - # - "--quiet" - # - "$(tempdir())/$(sha256_file)" - # - "jesof/binaries/$(sha256_file)" - - call: script: "@(system)/check-git-repository.yaml" args: