Skip to content

Commit

Permalink
Render Deploy: Define plan in template (#6905)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjdickson authored and jtoar committed Dec 10, 2022
1 parent df5e838 commit 6551fb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cli/src/commands/setup/deploy/templates/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const RENDER_YAML = (database) => {
services:
- name: ${PROJECT_NAME}-web
type: web
plan: free
env: static
buildCommand: yarn install && yarn rw deploy render web
staticPublishPath: ./web/dist
Expand All @@ -37,6 +38,7 @@ services:
- name: ${PROJECT_NAME}-api
type: web
plan: free
env: node
region: oregon
buildCommand: yarn && yarn rw build api
Expand Down

0 comments on commit 6551fb0

Please sign in to comment.