Always use config for skipping post-deployment migrations
This commit is contained in:
parent
5d05d5c187
commit
cdd3f026c4
@ -192,7 +192,6 @@ application mastodon_path do
|
||||
end
|
||||
|
||||
execute 'rake db:migrate' do
|
||||
# environment "RAILS_ENV" => "production", "HOME" => mastodon_path#, "SKIP_POST_DEPLOYMENT_MIGRATIONS" => "true"
|
||||
environment "RAILS_ENV" => "production", "HOME" => mastodon_path, "SKIP_POST_DEPLOYMENT_MIGRATIONS" => "true"
|
||||
user mastodon_user
|
||||
group mastodon_user
|
||||
|
Loading…
x
Reference in New Issue
Block a user