Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobsteves/caprover-deployment
https://github.com/jacobsteves/caprover-deployment
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacobsteves/caprover-deployment
- Owner: jacobsteves
- License: mit
- Created: 2020-12-29T13:12:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-19T20:47:16.000Z (over 2 years ago)
- Last Synced: 2024-03-15T07:48:25.480Z (10 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CapRover Deploment
[About this repo](#about-this-repo) |
[Parameters](#parameters)## About this repo
Github Action to deploy an app to a [CapRover](https://caprover.com) 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.