From bdf03e7e114789ea970c48694d37cce33ef823ce Mon Sep 17 00:00:00 2001 From: Yatish Mehta Date: Mon, 27 May 2024 22:25:54 -0700 Subject: [PATCH] Heroku changes --- heroku.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/heroku.yml b/heroku.yml index b4e50de..8a88c55 100644 --- a/heroku.yml +++ b/heroku.yml @@ -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: