Skip to content

Commit

Permalink
Change plan type in render config
Browse files Browse the repository at this point in the history
  • Loading branch information
weeezik committed Dec 5, 2024
1 parent 69dad9c commit 77960db
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 @@ -2,13 +2,13 @@ databases:
- name: newshinobi
databaseName: newshinobi
user: newshinobi
plan: free
plan: starter

services:
- type: web
name: newshinobi
runtime: ruby
plan: free
plan: starter
buildCommand: "./bin/render-build.sh"
preDeployCommand: "bundle exec rails db:migrate" # preDeployCommand only available on paid instance types
startCommand: "bundle exec rails server"
Expand Down

0 comments on commit 77960db

Please sign in to comment.