Skip to content

Commit 68c070d

Browse files
committed
adjust heroku startup
1 parent 7740f2e commit 68c070d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

heroku.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build:
55
release:
66
image: web
77
command:
8-
- bash -c "bundle exec rails db:prepare && bundle exec rails db:migrate"
8+
- bash -c "bundle exec rails db:prepare"
99

1010
run:
11-
web: bundle exec puma -C config/puma.rb
11+
web: bin/rails server

0 commit comments

Comments
 (0)