diff options
| author | nemsia <nemsia@nemsia.org> | 2017-04-28 18:54:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-28 18:54:02 +0200 |
| commit | 1e9438883eaacd698eafe2a62a8906c595328975 (patch) | |
| tree | 7d2018266f6636bdf5c3739017d0ae1d029e04d4 /scripts/upgrade | |
| parent | 3623fad03d0c7767a49cc1f09a11ccf1f60f7d85 (diff) | |
| download | mastodon_ynh-1e9438883eaacd698eafe2a62a8906c595328975.tar.gz mastodon_ynh-1e9438883eaacd698eafe2a62a8906c595328975.tar.bz2 mastodon_ynh-1e9438883eaacd698eafe2a62a8906c595328975.zip | |
upgrade on master
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 f909d05..e3afa94 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 |
