mirror of
https://github.com/Lissy93/dashy.git
synced 2026-01-08 17:06:21 +01:00
🚀 Adds deploy config for Render.com
This commit is contained in:
parent
ce45ea19d1
commit
09276087f9
3 changed files with 7 additions and 11 deletions
1
Procfile
1
Procfile
|
|
@ -1 +0,0 @@
|
|||
web: node server.js
|
||||
10
netlify.toml
10
netlify.toml
|
|
@ -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
7
render.yml
Normal 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
|
||||
Loading…
Reference in a new issue