Mastodon improvements #102

Merged
greg merged 7 commits from feature/mastodon_improvements into master 2019-10-09 11:02:47 +00:00
Showing only changes of commit 4b39ea60dd - Show all commits

View File

@@ -174,7 +174,7 @@ application mastodon_path do
end
execute "yarn install" do
environment "HOME" => mastodon_path
environment "HOME" => mastodon_path, "NODE_ENV" => "production"
user mastodon_user
cwd mastodon_path
command "yarn install --pure-lockfile"