Skip to content

Commit

Permalink
Merge pull request #4 from sinhadotabhinav/heroku_deployment
Browse files Browse the repository at this point in the history
enable heroku deployment support
  • Loading branch information
Abhinav Sinha authored May 16, 2021
2 parents f3197fe + e1b46e0 commit df56ae5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
worker: node src/app.js
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "covid-19-vaccine-alerts-cowin",
"version": "1.0.4",
"version": "1.0.5",
"description": "This is an alerting application that sends email notifications to beneficiaries in India using COWIN platform for vaccine availability",
"main": "src/app.js",
"scripts": {
Expand All @@ -15,9 +15,7 @@
"dotenv": "^8.2.0",
"moment": "^2.29.1",
"node-cron": "^3.0.0",
"nodemailer": "^6.6.0",
"pm2": "^4.5.6"
},
"devDependencies": {
"nodemailer": "^6.6.0"
}
}

0 comments on commit df56ae5

Please sign in to comment.