CapRover Deployment Action
ActionsTags
(2)Github Action to deploy an app to a CapRover server.
- server: CapRover admin panel URL (Example:
https://captain.root.domain.com
). - password: CapRover admin password. Use GitHub Secrets (
${{ secrets.CAPROVER_PASSWORD }}
) for better security. - app_name: App on the CapRover server that you want to deploy to.
- One of:
- branch: will be deployed onto the app.
- tarball:
.tar
file that will be deployed onto the app.
CapRover Deployment Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.