Skip to content

Release 1.0.98

Release 1.0.98 #67

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
- name: Install Heroku CLI
run: |
curl https://cli-assets.heroku.com/install.sh | sh
- uses: akhileshns/heroku-deploy@v3.12.14 # This is the action
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "foodoasis" #Must be unique in Heroku
heroku_email: "darragh@entrotech.net"
usedocker: true