Skip to content

Instantly share code, notes, and snippets.

@PatilShreyas
Created October 8, 2020 07:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PatilShreyas/bdb908a5938fb3612ed8d0a9cafc2df6 to your computer and use it in GitHub Desktop.
Save PatilShreyas/bdb908a5938fb3612ed8d0a9cafc2df6 to your computer and use it in GitHub Desktop.
name: Deploy
on:
push:
branches: [ beta ]
jobs:
distribute:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.6'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment