Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
upload-cloud

GitHub Action

CapRover Deployment Action

v0.0.1

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/[email protected]

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