🏗 Updates Heroku build files (#723)

DEPLOY/heroku
Alicia Sykes 2022-06-11 14:06:31 +01:00
rodzic 330d812bfd
commit b10b587442
2 zmienionych plików z 3 dodań i 5 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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",
@ -13,4 +14,4 @@
"lissy93"
],
"stack": "heroku-20"
}
}