Action to deploy application to CapRover server
CapRover machine url i.e., https://captain.your-domain.com
CapRover admin password. Use secret for more security
App name on CapRover server
Branch which will be deployed
Image to be deployed. It should either exist on server, or it has to be public, or on a private repository that CapRover has access to.
NOTE: if image is used
branch
will be ignored
uses: floms/action-caprover@v1
with:
host: 'https://captain.your-domain.com'
password: '${{ secrets.CAPROVER_PASSWORD }}'
app: 'my-app'
image: 'YOUR-DOCKER-IMAGE-NAME'