aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornemsia <nemsia@nemsia.org>2017-04-28 18:54:02 +0200
committerGitHub <noreply@github.com>2017-04-28 18:54:02 +0200
commit1e9438883eaacd698eafe2a62a8906c595328975 (patch)
tree7d2018266f6636bdf5c3739017d0ae1d029e04d4
parent3623fad03d0c7767a49cc1f09a11ccf1f60f7d85 (diff)
downloadmastodon_ynh-1e9438883eaacd698eafe2a62a8906c595328975.tar.gz
mastodon_ynh-1e9438883eaacd698eafe2a62a8906c595328975.tar.bz2
mastodon_ynh-1e9438883eaacd698eafe2a62a8906c595328975.zip
upgrade on master
-rw-r--r--scripts/upgrade2
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