🚀 Adds deploy config for Render.com

This commit is contained in:
Alicia Sykes 2021-07-16 21:14:16 +01:00
parent ce45ea19d1
commit 09276087f9
3 changed files with 7 additions and 11 deletions

View file

@ -1 +0,0 @@
web: node server.js

View file

@ -1,10 +0,0 @@
[build]
command = "yarn build"
publish = "dist"
[template.environment]
STATUSKIT_PAGE_TITLE = "Dashy"
STATUSKIT_COMPANY_LOGO = "https://raw.githubusercontent.com/Lissy93/dashy/master/docs/assets/logo.png"
STATUSKIT_SUPPORT_CONTACT_LINK = "https://dashy.as93.net"
STATUSKIT_RESOURCES_LINK = "https://github.com/Lissy93/dashy/tree/master/docs"

7
render.yml Normal file
View file

@ -0,0 +1,7 @@
services:
- name: Dashy
type: web
env: docker
repo: https://github.com/lissy93/dashy.git
branch: deploy_render
healthCheckPath: /app/services/healthcheck