Skip to content

Fix to Registration Page bug - take 1 (#2337) #708

Fix to Registration Page bug - take 1 (#2337)

Fix to Registration Page bug - take 1 (#2337) #708

name: Deploy develop branch to foodoasisdev.herokuapp.com
on:
push:
branches:
- develop
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: akhileshns/heroku-deploy@v3.12.14 # This is the action
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "foodoasisdev" #Must be unique in Heroku
heroku_email: "darragh@entrotech.net"
usedocker: true