Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update render.yaml #21

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ services:
- type: web
name: strapi
env: node
plan: starter
plan: free
buildCommand: yarn install && yarn build
startCommand: yarn start
startCommand: yarn develop
healthCheckPath: /_health
autoDeploy: false
disk:
Expand All @@ -15,7 +15,7 @@ services:
- key: NODE_VERSION
value: ~16.13.0
- key: NODE_ENV
value: production
value: development
- key: DATABASE_URL
fromDatabase:
name: strapi
Expand All @@ -29,4 +29,4 @@ services:

databases:
- name: strapi
plan: starter
plan: free