Skip to content

Merge pull request #452 from pyladies-brazil/dependabot/pip/jinja2-3.1.4 #20

Merge pull request #452 from pyladies-brazil/dependabot/pip/jinja2-3.1.4

Merge pull request #452 from pyladies-brazil/dependabot/pip/jinja2-3.1.4 #20

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: akhileshns/[email protected] # This is the action
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "brasilpyladies"
heroku_email: "[email protected]"
branch: "master"