Skip to content

Instantly share code, notes, and snippets.

View nievesj's full-sized avatar
🏳️‍🌈

José M. Nieves nievesj

🏳️‍🌈
View GitHub Profile
@nievesj
nievesj / caprover-develop.yml
Created November 18, 2020 20:40
CapRover Action example
on:
push:
branches:
- develop
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2