Skip to content

[REL] v1.2.2

[REL] v1.2.2 #12

Workflow file for this run

name: Deploy on Heroku [CD]
on:
release:
types:
- created
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: "websearch-python"
heroku_email: "[email protected]"
usedocker: true