From 031a457f030c938b66c4d95354994548d8ae856f Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Tue, 7 May 2024 11:04:48 +0300 Subject: [PATCH] fix(render): Updated Render deployment blueprint --- render.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/render.yaml b/render.yaml index 132f5ad14..4ef3e7ff1 100644 --- a/render.yaml +++ b/render.yaml @@ -6,12 +6,14 @@ services: # Web service - type: web name: emailengine - env: node + runtime: node repo: https://github.com/postalsys/emailengine.git - plan: standard + plan: pro + previewPlan: standard numInstances: 1 #healthCheckPath: /health - buildCommand: ./update-info.sh && npm install --omit=dev + buildCommand: npm install --omit=dev + preDeployCommand: ./update-info.sh startCommand: npm start envVars: - key: EENGINE_REDIS