Skip to content

fix: push again to deploy to app #4

fix: push again to deploy to app

fix: push again to deploy to app #4

Workflow file for this run

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