diff options
| author | nemsia <nemsia@nemsia.org> | 2017-04-29 23:19:23 +0200 |
|---|---|---|
| committer | nemsia <nemsia@nemsia.org> | 2017-04-29 23:19:23 +0200 |
| commit | 71fe59cb4e550c89e6d8c92b82e082debdfef1ce (patch) | |
| tree | 40d2f53ddc1913f2b6bc2c0257aa4d2021066628 /scripts/upgrade | |
| parent | 2aedf332e75226b6db68b4bde75a0aaf05acc029 (diff) | |
| parent | 2cef464c6ba44226baf0a1f0f6a512145b3929ea (diff) | |
| download | mastodon_ynh-71fe59cb4e550c89e6d8c92b82e082debdfef1ce.tar.gz mastodon_ynh-71fe59cb4e550c89e6d8c92b82e082debdfef1ce.tar.bz2 mastodon_ynh-71fe59cb4e550c89e6d8c92b82e082debdfef1ce.zip | |
Merge branch 'refs/heads/pr/5'
# Conflicts:
# scripts/restore
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 076e3fb..7dad333 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 |
