Skip to content

Commit

Permalink
Heroku changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yatish27 committed May 28, 2024
1 parent 7ee90a4 commit bdf03e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions heroku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ setup:
as: DATABASE
build:
docker:
web: docker pull ghcr.io/yatish27/shore:main
web:
- docker pull ghcr.io/yatish27/shore:main
release:
command: bundle exec rake db:migrate
command:
- bundle exec rake db:migrate
run:
web: bundle exec puma -C config/puma.rb
worker:
Expand Down

0 comments on commit bdf03e7

Please sign in to comment.