Skip to content

Commit 691eec7

Browse files
authored
Update Procfile
Add release phase for deployment - this should run migrations before standing up the web server
1 parent 50bebae commit 691eec7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Procfile

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

0 commit comments

Comments
 (0)