Skip to content

Bump lodash from 4.17.21 to 4.17.23 in /client (#2649) #853

Bump lodash from 4.17.21 to 4.17.23 in /client (#2649)

Bump lodash from 4.17.21 to 4.17.23 in /client (#2649) #853

name: Deploy develop branch to foodoasisdev.herokuapp.com
on:
push:
branches:
- develop
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: "foodoasisdev" #Must be unique in Heroku
heroku_email: "darragh@entrotech.net"
usedocker: true