Skip to content

Bump puma from 5.6.6 to 5.6.7 (#188) #163

Bump puma from 5.6.6 to 5.6.7 (#188)

Bump puma from 5.6.6 to 5.6.7 (#188) #163

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Add remote origin
run: |
git remote add heroku https://heroku:${{ secrets.HEROKU_API_KEY }}@git.heroku.com/${{ secrets.HEROKU_APP_NAME }}.git
- name: Deploy to Heroku
run: |
git push heroku HEAD:main -f