Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
fix: heroku procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nmashchenko committed Dec 31, 2023
1 parent 65160d4 commit f1c5928
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
web: npm run start:prod
release: echo '' > .env && npm run migration:run && npm run seed:run
web: yarn start:prod

0 comments on commit f1c5928

Please sign in to comment.