change to live
This commit is contained in:
parent
94d22bf0bc
commit
6119d17c70
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ if [ ! -e '<%= @mastodon_home %>/.mastodon_install' ]; then
|
||||||
'<%= @mastodon_home %>/.rbenv/bin/rbenv' global '<%= @ruby_version %>'
|
'<%= @mastodon_home %>/.rbenv/bin/rbenv' global '<%= @ruby_version %>'
|
||||||
'<%= @mastodon_home %>/.rbenv/versions/<%= @ruby_version %>/bin/gem' install bundler --no-document
|
'<%= @mastodon_home %>/.rbenv/versions/<%= @ruby_version %>/bin/gem' install bundler --no-document
|
||||||
echo "Configuring bundle..."
|
echo "Configuring bundle..."
|
||||||
|
cd '<%= @mastodon_home %>/live'
|
||||||
'<%= @mastodon_home %>/.rbenv/shims/bundle' config deployment 'true'
|
'<%= @mastodon_home %>/.rbenv/shims/bundle' config deployment 'true'
|
||||||
'<%= @mastodon_home %>/.rbenv/shims/bundle' config without 'development test'
|
'<%= @mastodon_home %>/.rbenv/shims/bundle' config without 'development test'
|
||||||
echo "Running bundle install..."
|
echo "Running bundle install..."
|
||||||
|
|
Loading…
Reference in a new issue