mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-16 05:23:30 +01:00
🚑 Fixed spacing in render config file
This commit is contained in:
parent
c6d3c51794
commit
50ae6ec9d9
2 changed files with 7 additions and 13 deletions
13
render.yaml
13
render.yaml
|
|
@ -1,7 +1,8 @@
|
|||
services:
|
||||
- name: Dashy
|
||||
type: web
|
||||
env: docker
|
||||
repo: https://github.com/lissy93/dashy.git
|
||||
branch: deploy_render
|
||||
healthCheckPath: /app/services/healthcheck
|
||||
- name: Dashy
|
||||
type: web
|
||||
env: docker
|
||||
repo: https://github.com/lissy93/dashy.git
|
||||
branch: deploy_render
|
||||
healthCheckPath: /app/services/healthcheck
|
||||
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
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