Skip to content

Merge branch 'main' of https://github.com/Mercrist/Databases-Inventor… #1

Merge branch 'main' of https://github.com/Mercrist/Databases-Inventor…

Merge branch 'main' of https://github.com/Mercrist/Databases-Inventor… #1

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: akhileshns/[email protected]
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "sqlytes-inventory-app"
heroku_email: ${{secrets.HEROKU_EMAIL}}