You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was deploying a project to my server with Mina, but it failed to migrate DB. The output on screen told me to add --trace to check what was going on. After checking the source code, I was not able to know how to add an option such as --trace to rake db:migrate (the final command will be rake db:migrate --trace).
Should I add a new var via set, then append the new var to #{echo_cmd("#{fetch(:rake)} db:migrate")}}, or write a new task in my own config/deploy.rb?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, Guys,
I was deploying a project to my server with
Mina
, but it failed to migrate DB. The output on screen told me to add--trace
to check what was going on. After checking the source code, I was not able to know how to add an option such as--trace
torake db:migrate
(the final command will berake db:migrate --trace
).Should I add a new
var
viaset
, then append the new var to#{echo_cmd("#{fetch(:rake)} db:migrate")}}
, or write a new task in my ownconfig/deploy.rb
?Thanks.
The text was updated successfully, but these errors were encountered: