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,
|
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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue