Skip to content

fix: change back to main.yml #2

fix: change back to main.yml

fix: change back to main.yml #2

Workflow file for this run

name: Deploy
on:
push:
branches:
- deploy
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: cd frontend
- uses: actions/checkout@v2
- uses: akhileshns/[email protected] # This is the action
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: jetedge-test #Must be unique in Heroku
heroku_email: [email protected]