Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
axelpontetto committed Jul 8, 2024
1 parent 7a1d0bc commit 1e250a5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions heroku.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
setup:
addons:
- plan: heroku-postgresql
as: DATABASE
build:
docker:
web: Dockerfile
run:
web: bundle exec puma -C config/puma.rb
worker:
command:
- ./bin/delayed_job start
image: web

0 comments on commit 1e250a5

Please sign in to comment.