Skip to content

Commit 79d1d06

Browse files
committed
Update config for deploying to dokku
1 parent 799d632 commit 79d1d06

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Procfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
web: bundle exec puma -C config/puma.rb
2+
worker: bundle exec sidekiq -C config/sidekiq.yml
3+
release: bundle exec rake db:migrate

config/database.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ test:
1919
production:
2020
<<: *default
2121
database: packages_production
22+
url: <%= ENV['DATABASE_URL'] %>

0 commit comments

Comments
 (0)