Skip to content

Merge branch 'release-1.0.87' #53

Merge branch 'release-1.0.87'

Merge branch 'release-1.0.87' #53

Workflow file for this run

name: Deploy main branch to foodoasis.herokuapp.com
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: akhileshns/[email protected] # This is the action
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "foodoasis" #Must be unique in Heroku
heroku_email: "[email protected]"
usedocker: true