Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 601 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 601 Bytes

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.