Skip to content

Commit

Permalink
Update heroku-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldywz authored Mar 7, 2022
1 parent 724c823 commit 25b9be6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/heroku-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
name: Heroku-Deploy

on:
push:
branches:
- release

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy to Heroku@release
- name: Deploy to Heroku
uses: akhileshns/[email protected]
with:
args: deploy --dir=build --prod
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: ${{ secrets.HEROKU_APP_NAME }}
heroku_email: ${{ secrets.HEROKU_EMAIL }}

0 comments on commit 25b9be6

Please sign in to comment.