deployaja/DeployAja CLI Action
Deploy applications using DeployAja CLI tool
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 15, 2025
- License
- None
Pinned Snippet
uses: deployaja/deployaja-cli@2ef820d51080dbb4c2ac85951399182bea0b5f1f # v0.0.17tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| command | DeployAja command to execute (deploy, status, logs, etc.) | yes | status |
| api-token | DeployAja API token for authentication | no | — |
| config-file | Path to DeployAja configuration file | no | — |
| additional-args | Additional arguments to pass to the CLI | no | — |
| docker-username | Docker Repo username | no | — |
| docker-password | Docker Repo password | no | — |
| docker-registry | Docker Repo registry | no | — |
| domain | Domain of the deployed application | no | — |
Outputs
| name | description |
|---|---|
| deployment-id | ID of the created deployment |
| deployment-url | URL of the deployed application |
| status | Status of the deployment operation |