Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nirmalhk7 committed Apr 19, 2021
1 parent 455dac5 commit af21e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: CDNievas/heroku-action@v1.0 # This is the action
- uses: akhileshns/heroku-deploy@v3.0.0
with:
heroku_email: "iet@nitk.edu.in"
heroku_api_key: ${{secrets.HEROKU}}
heroku_api_key: ${{secrets.HEROKU_DEPLOY}}
heroku_app_name: "ietnitk-cms"

0 comments on commit af21e40

Please sign in to comment.