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 9d58467 commit 2d77614
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 @@ -3,14 +3,14 @@ databases:
databaseName: cluster_headache_tracker_production
user: cluster_headache_tracker
plan: free
region: fra1
region: frankfurt

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

0 comments on commit 2d77614

Please sign in to comment.