Skip to content

infleet/caprover-deployment-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 77.8%
  • Dockerfile 22.2%