Skip to content

Commit

Permalink
🛠️ fix render configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
carloscasalar committed Nov 22, 2024
1 parent 89cc263 commit a7b8e4e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions render.yml → render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ services:
plan: free
envVars:
- key: NWP_CLIENT_URL
type: pserv
name: nwp
envVarKey: RENDER_EXTERNAL_URL
fromService:
type: pserv
name: nwp
envVarKey: RENDER_EXTERNAL_URL
region: oregon
dockerContext: .
dockerfilePath: ./Dockerfile
Expand All @@ -21,9 +22,10 @@ services:
repo: https://github.com/carloscasalar/night-watch-planner
envVars:
- key: VITE_PLAN_REST_API_HOST
type: pserv
name: night-watch-planner
envVarKey: RENDER_EXTERNAL_URL
fromService:
type: pserv
name: night-watch-planner
envVarKey: RENDER_EXTERNAL_URL
buildCommand: npm ci; npm run build
staticPublishPath: dist
rootDir: client
Expand Down

0 comments on commit a7b8e4e

Please sign in to comment.