1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00

upgrade on master

This commit is contained in:
nemsia 2017-04-28 18:54:02 +02:00 committed by GitHub
parent 3623fad03d
commit 1e9438883e

View file

@ -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