actions-marketplace-validations/Armory Continuous Deployment-as-a-Service

CD-as-a-Service enables declarative continuous deployment, with a GitOps experience and advanced deployment strategies.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 9, 2023
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/armory_cli-deploy-action@867ccd1c583707bee8df8fad8cc320bc42a6e9a9 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
path-to-filePath to the configuration YAML file used to configure your deploymentyes
applicationNameextra args to the deployment start commandno
addContextextra context params to the deployment start commandno
withScmFilePath to the YAML file containing the SCM values associated with the deploymentno
clientIdClientId for Armory Cloudyes
clientSecretClientSecret for Armory Cloudyes
audienceIntended audience of requests that will use your Armory Cloud authentication token. Is deployHostUrl by defaultnohttps://api.cloud.armory.io
tokenIssuerUrlArmory Cloud authentication provider urlnohttps://auth.cloud.armory.io/oauth
deployHostUrlLocation of the Armory Cloud API which will handle your deploymentnoapi.cloud.armory.io
waitForDeploymentBoolean flag (true|false) determining if the action should wait for the deployment to complete. "false" by default.nofalse
namedescription
DEPLOYMENT_IDUnique deployment identifier - can be used to query the status of the deployment in cloud-console
LINKLink to the cloud-console, where you can check the state of the workflow and advance it to the next stages
RUN_RESULTIf deployment was triggered with 'waitForDeployment=true' flag, this variable will contain final status of the deployment - one of [SUCCEEDED, CANCELLED, FAILED, UNKNOWN (error)]