From 050e0d595964290fed8f8706d0828040f4dd5b39 Mon Sep 17 00:00:00 2001 From: Lee Ma Date: Mon, 4 Nov 2019 20:20:10 -0500 Subject: [PATCH] change procfile to add release context (#14) --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 942fad0..2c5c1df 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ web: bin/rails server -p $PORT -e $RAILS_ENV -heroku run rails db:migrate \ No newline at end of file +release: rake db:migrate \ No newline at end of file