diff --git a/Procfile b/Procfile deleted file mode 100644 index 6f86b16c..00000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: node server.js \ No newline at end of file diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 0410b7b2..00000000 --- a/netlify.toml +++ /dev/null @@ -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" - \ No newline at end of file diff --git a/render.yml b/render.yml new file mode 100644 index 00000000..17204a6c --- /dev/null +++ b/render.yml @@ -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 \ No newline at end of file