Skip to content

Update base.txt (#43) #20

Update base.txt (#43)

Update base.txt (#43) #20

Workflow file for this run

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