Skip to content

Commit

Permalink
change procfile to add release context (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-ma authored and Daniel Williams committed Nov 5, 2019
1 parent 7b96653 commit 050e0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: bin/rails server -p $PORT -e $RAILS_ENV
heroku run rails db:migrate
release: rake db:migrate

0 comments on commit 050e0d5

Please sign in to comment.