Skip to content

Commit

Permalink
Created herokus workflow for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
burkaydurdu committed Mar 6, 2022
1 parent 57b7c7a commit 092b628
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/heroku.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Heroku

on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: akhileshns/heroku-deploy@v3.12.12
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: ${{secrets.HEROKU_APP_NAME}}
heroku_email: ${{secrets.HEROKU_EMAIL}}

0 comments on commit 092b628

Please sign in to comment.