Skip to content

Commit

Permalink
added procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
assafnoahkoren committed Feb 8, 2024
1 parent 3498452 commit 1381bf7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "elevate-server-dev" #Must be unique in Heroku
heroku_email: "asaf.karavani1@gmail.com"
heroku_email: "elevateappdev@gmail.com"
appdir: ./services/server
1 change: 1 addition & 0 deletions services/server/Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: npm start
1 change: 1 addition & 0 deletions services/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"license": "UNLICENSED",
"scripts": {
"build": "nest build",
"postinstall": "npm run build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "node dist/main",
"dev": "dotenv -e ../../.env.local nest start --watch",
Expand Down

0 comments on commit 1381bf7

Please sign in to comment.