Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RodolfoSilva authored May 3, 2021
1 parent 7074d38 commit 2aa4266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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.
- **app-name**: App on the CapRover server that you want to deploy to.
- **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.

0 comments on commit 2aa4266

Please sign in to comment.