diff options
| author | magikcypress <cyp@rouquin.me> | 2017-04-29 16:00:41 +0200 |
|---|---|---|
| committer | magikcypress <cyp@rouquin.me> | 2017-04-29 16:00:54 +0200 |
| commit | 2cef464c6ba44226baf0a1f0f6a512145b3929ea (patch) | |
| tree | d566f4a581a1a7062e6f5283ffca74416da64a2d /scripts/upgrade | |
| parent | cc04c85f305a7d901c058d3263c5cce604eb660d (diff) | |
| download | mastodon_ynh-2cef464c6ba44226baf0a1f0f6a512145b3929ea.tar.gz mastodon_ynh-2cef464c6ba44226baf0a1f0f6a512145b3929ea.tar.bz2 mastodon_ynh-2cef464c6ba44226baf0a1f0f6a512145b3929ea.zip | |
[fix] restore script
Diffstat (limited to 'scripts/upgrade')
| -rw-r--r-- | scripts/upgrade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upgrade b/scripts/upgrade index 655f22f..07b3ee7 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -44,7 +44,7 @@ git fetch git pull https://github.com/tootsuite/mastodon.git master git checkout $(git tag | tail -n 1) bin/bundle install -yarn install --production +yarn install --pure-lockfile RAILS_ENV=production bundle exec rails assets:clean RAILS_ENV=production bundle exec rails assets:precompile RAILS_ENV=production bundle exec rails db:migrate |
