Skip to content

ynunez/action-caprover

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CapRover App Deploy

Action to deploy application to CarRover sever

Inputs

host: required

CapRover machine url i.e., https://captain.your-domain.com

password: required

CapRover admin password. Use secret for more security

app: required

App name on CapRover server

branch

Branch which will be deployed

image

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

Usage

uses: floms/caprover-deploy-action@v1
with:
  host: 'https://captain.your-domain.com'
  password: '${{ secrets.CAPROVER_PASSWORD }}'
  app: 'my-app'
  image: 'YOUR-DOCKER-IMAGE-NAME'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Shell 61.5%
  • Dockerfile 38.5%