Skip to content

Commit

Permalink
build: correct database name in render yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielgomeso committed Mar 21, 2024
1 parent ea4120b commit 6567a69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ databases:

services:
- type: web
name: mysite
name: alexandria
runtime: ruby
plan: free
buildCommand: "./bin/render-build.sh"
Expand All @@ -15,7 +15,7 @@ services:
envVars:
- key: DATABASE_URL
fromDatabase:
name: mysite
name: alexandria
property: connectionString
- key: RAILS_MASTER_KEY
sync: false
Expand Down

0 comments on commit 6567a69

Please sign in to comment.