This commit is contained in:
Antonio J. Delgado 2023-11-28 18:49:49 +02:00
parent d29fbf4c35
commit 03bdc7de2d

View file

@ -269,10 +269,11 @@ class mastodon (
], ],
user => $mastodon_user, user => $mastodon_user,
group => $mastodon_group, group => $mastodon_group,
pwd => "${mastodon_home}/live", cwd => "${mastodon_home}/live",
timeout => 0, timeout => 0,
require => File["${mastodon_home}/live/.env.production"], require => File["${mastodon_home}/live/.env.production"],
} }
# db:create # db:create
# RAILS_ENV=production rails assets:precompile # RAILS_ENV=production rails assets:precompile
# Apache::vhost
} }