https://github.com/alexxnb/caprover-action
Action to deploy on Caprover server.
https://github.com/alexxnb/caprover-action
Last synced: 3 months ago
JSON representation
Action to deploy on Caprover server.
- Host: GitHub
- URL: https://github.com/alexxnb/caprover-action
- Owner: AlexxNB
- License: mit
- Created: 2020-03-31T18:10:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-01T05:59:51.000Z (about 5 years ago)
- Last Synced: 2025-02-24T05:45:49.609Z (3 months ago)
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 31
- Watchers: 2
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# caprover-action
Action to deploy on Caprover server.## Inputs
### `server`
**Required** CapRover server's admin panel URL. Ex. https://captain.root.domain.com.
### `password`
**Required** CapRover admin password. Use ${{ secrets.CAPROVER_PASSWORD }} for better security.
### `appname`
**Required** Application name on the CapRover server. Must exists.
### `branch`
Branch which will be deployed. *Default: master*
## Example usage
```
uses: AlexxNB/caprover-action@v1
with:
server: 'https://captain.root.domain.com'
password: '${{ secrets.CAPROVER_PASSWORD }}'
appname: 'my-app'
```