Skip to content

Commit

Permalink
fix heroku.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yatish27 committed May 28, 2024
1 parent c9c7920 commit 7ee90a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@
# Ignore Docker-related files
/.dockerignore
/Dockerfile*

/Brewfile
/Brewfile.lock.json
3 changes: 0 additions & 3 deletions heroku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ setup:
addons:
- plan: heroku-postgresql
as: DATABASE

build:
docker:
web: docker pull ghcr.io/yatish27/shore:main

release:
command: bundle exec rake db:migrate

run:
web: bundle exec puma -C config/puma.rb
worker:
Expand Down

0 comments on commit 7ee90a4

Please sign in to comment.