Skip to content

Commit

Permalink
fix(render): Updated Render deployment blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed May 7, 2024
1 parent 21e9e2c commit 031a457
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 031a457

Please sign in to comment.