Skip to content

fix: fixed pipeline deploy #1

fix: fixed pipeline deploy

fix: fixed pipeline deploy #1

Workflow file for this run

name: Deploy
on:
push:
branches: ["master"]
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: akhileshns/[email protected] # This is the action
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: ${{ secrets.HEROKU_APP_NAME }}
heroku_email: ${{ secrets.HEROKU_EMAIL }}