Created
November 18, 2020 20:40
-
-
Save nievesj/d6d26a7f36298ca5cc5536499ab59663 to your computer and use it in GitHub Desktop.
CapRover Action example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- develop | |
jobs: | |
build-and-deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Deploy | |
uses: AlexxNB/caprover-action@v1 | |
with: | |
server: ${{secrets.CAPROVER_SERVER}} | |
password: ${{secrets.CAPROVER_PASSWORD}} | |
appname: ${{secrets.CAPROVER_APPNAMEDEV}} | |
branch: develop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment