Skip to content

Commit

Permalink
setting render region as frankfurt
Browse files Browse the repository at this point in the history
  • Loading branch information
crmne committed Aug 13, 2024
1 parent 1b0b87e commit 9d58467
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion render.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
region: frankfurt
databases:
- name: cluster_headache_tracker
databaseName: cluster_headache_tracker_production
user: cluster_headache_tracker
plan: free
region: fra1

services:
- type: web
name: cluster_headache_tracker
runtime: ruby
plan: free
region: fra1
buildCommand: "./bin/render-build.sh"
startCommand: "bundle exec puma -C config/puma.rb"
envVars:
Expand Down

0 comments on commit 9d58467

Please sign in to comment.