Skip to content

Delete dependabot.yml #5

Delete dependabot.yml

Delete dependabot.yml #5

Workflow file for this run

name: deploy-heroku
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: akhileshns/heroku-deploy@v3.12.12 # This is the action
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: opensd-brigade-idx-statusbrd
heroku_email: giosce@verizon.net