fix cwd
This commit is contained in:
parent
d29fbf4c35
commit
03bdc7de2d
1 changed files with 2 additions and 1 deletions
|
@ -269,10 +269,11 @@ class mastodon (
|
|||
],
|
||||
user => $mastodon_user,
|
||||
group => $mastodon_group,
|
||||
pwd => "${mastodon_home}/live",
|
||||
cwd => "${mastodon_home}/live",
|
||||
timeout => 0,
|
||||
require => File["${mastodon_home}/live/.env.production"],
|
||||
}
|
||||
# db:create
|
||||
# RAILS_ENV=production rails assets:precompile
|
||||
# Apache::vhost
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue