dankore/Deploy to CapRover Using GitHub Actions
Deploy Docker images or branches to CapRover from GitHub Actions, with password or app_token support for OTP/2FA setups.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| server | The URL to your CapRover server e.g captain.your-domain.com | yes | — |
| password | Your Caprover login password (ignored when app_token is set; omit password and use app_token for CapRover Pro with OTP/2FA) | no | "" |
| app_token | CapRover app token from the Deployment tab. Use this for CapRover Pro when OTP/2FA is enabled instead of password-based deploy. | no | "" |
| appName | The name of the app on Caprover | yes | — |
| branch | The GitHub Repo branch to deploy | no | — |
| image | The Docker image to deploy | no | — |
Outputs
no outputs