aptible/Deploy to Aptible
Deploy an App to Aptible
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 4–6scored Jul 6, 2026
- Maintenance Recency
- Activelast commit May 27, 2026
- License
- MIT
Pinned Snippet
uses: aptible/aptible-deploy-action@e4ec3de572204165c89d80a2e02dfbb6d3bd4807 # v5.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| username | Aptible username | yes | — |
| password | Aptible password | yes | — |
| environment | Aptible environment handle | yes | — |
| app | App handle | yes | — |
| type | Deploy strategy "git" or "docker" | yes | docker |
| git_remote | Aptible git remote domain | no | primetime.aptible.com |
| docker_img | Docker image | no | — |
| private_registry_username | Private Registry Username | no | — |
| private_registry_password | Private Registry Password | no | — |
| config_variables | Configuration variables to set on deploy | no | — |
| docker_repository_url | URL for docker image repository | no | — |
| auth_root_url | Aptible Auth API endpoint | no | https://auth.aptible.com |
| api_root_url | Aptible Deploy API endpoint | no | https://api.aptible.com |
| aptible_remote | Aptible remote name | no | aptible |
Outputs
| name | description |
|---|---|
| status | The Success/Failure of the action |