Skip to content

Bump path-to-regexp and express in /server (#2205) #647

Bump path-to-regexp and express in /server (#2205)

Bump path-to-regexp and express in /server (#2205) #647

name: Deploy develop branch to foodoasisdev.herokuapp.com
on:
push:
branches:
- develop
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: "foodoasisdev" #Must be unique in Heroku
heroku_email: "[email protected]"
usedocker: true