Merge pull request #1776 from hackforla/1727-tooltip-colors #426
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy develop branch to foodoasisdev.herokuapp.com | |
on: | |
push: | |
branches: | |
- develop | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: akhileshns/heroku-deploy@v3.8.9 # 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 |