change to live

This commit is contained in:
Antonio J. Delgado 2023-11-28 17:48:43 +02:00
parent 94d22bf0bc
commit 6119d17c70

View file

@ -12,6 +12,7 @@ if [ ! -e '<%= @mastodon_home %>/.mastodon_install' ]; then
'<%= @mastodon_home %>/.rbenv/bin/rbenv' global '<%= @ruby_version %>'
'<%= @mastodon_home %>/.rbenv/versions/<%= @ruby_version %>/bin/gem' install bundler --no-document
echo "Configuring bundle..."
cd '<%= @mastodon_home %>/live'
'<%= @mastodon_home %>/.rbenv/shims/bundle' config deployment 'true'
'<%= @mastodon_home %>/.rbenv/shims/bundle' config without 'development test'
echo "Running bundle install..."