Skip to content
upload-cloud

GitHub Action

CapRover Deployment Action

v0.0.3 Latest version

CapRover Deployment Action

upload-cloud

CapRover Deployment Action

Action to deploy on Caprover server

Installation

Copy and paste the following snippet into your .yml file.

              

- name: CapRover Deployment Action

uses: infleet/caprover-deployment-action@v0.0.3

Learn more about this action in infleet/caprover-deployment-action

Choose a version

CapRover Deploment

About this repo | Parameters

About this repo

Github Action to deploy an app to a CapRover server.

Required Parameters

  • 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.