Skip to content

FIX : Typo

FIX : Typo #15

Workflow file for this run

name: Deploy Prod
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: akhileshns/[email protected]
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "moncefhilali" # Preprod APP
heroku_email: "[email protected]"