Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/IET-NITK/cms
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub committed Apr 28, 2021
2 parents 27417df + 42073d3 commit e89bf3b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 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.12.12
with:
heroku_email: "iet@nitk.edu.in"
heroku_api_key: ${{secrets.HEROKU}}
heroku_api_key: ${{secrets.HEROKU_DEPLOY}}
heroku_app_name: "ietnitk-cms"
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/labeler@v2
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# IET NITK Strapi
## IET NITK Strapi

[![Deploy](https://github.com/IET-NITK/cms/actions/workflows/deploy.yml/badge.svg?branch=master)](https://github.com/IET-NITK/cms/actions/workflows/deploy.yml)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"strapi": {},
"engines": {
"npm": "^6.0.0"
"npm": "^7.0.0"
},
"license": "MIT"
}

0 comments on commit e89bf3b

Please sign in to comment.