diff options
| author | nemsia <nemsia@nemsia.org> | 2017-04-29 22:05:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-29 22:05:18 +0200 |
| commit | dfcc366e07d441e850d8e3dda58a2d61380ab936 (patch) | |
| tree | 1824fabdec1d9871c5cf2d4106411e4696194248 /scripts/upgrade | |
| parent | 842e7b249b78d4e9d55ff2522173ed396a63620b (diff) | |
| download | mastodon_ynh-dfcc366e07d441e850d8e3dda58a2d61380ab936.tar.gz mastodon_ynh-dfcc366e07d441e850d8e3dda58a2d61380ab936.tar.bz2 mastodon_ynh-dfcc366e07d441e850d8e3dda58a2d61380ab936.zip | |
[FIX] Upgrade with tagged release
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 e3afa94..f909d05 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -43,7 +43,7 @@ sudo su - $app <<COMMANDS pushd ~/live git fetch git pull https://github.com/tootsuite/mastodon.git master -#git checkout $(git tag | tail -n 1) +git checkout $(git tag | tail -n 1) bin/bundle install yarn install --pure-lockfile RAILS_ENV=production bundle exec rails assets:clean |
