Skip to content

Commit

Permalink
πŸ— Updates Heroku build files (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Jun 11, 2022
1 parent 330d812 commit b10b587
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# Heroku config - Specifies the commands to execute when the app starts
# See docs for more info: https://devcenter.heroku.com/articles/procfile

web: node server.js
web: npm run build-and-start
3 changes: 2 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Dashy",
"website": "https://dashy.to/",
"description": "A Dashboard for your Homelab πŸš€",
"repository": "https://github.com/lissy93/dashy",
"logo": "https://raw.githubusercontent.com/Lissy93/dashy/master/docs/assets/logo.png",
Expand All @@ -13,4 +14,4 @@
"lissy93"
],
"stack": "heroku-20"
}
}

0 comments on commit b10b587

Please sign in to comment.