mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
[fix] Upgrade from 1.3.3
Fix error: Your local changes to the following files would be overwritten by merge: .babelrc .dockerignore .editorconfig .env.production.sample .gitignore .rubocop.yml .travis.yml Capfile Dockerfile README.md Vagrantfile ....
This commit is contained in:
parent
b25cc8f544
commit
133eeb1cef
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ sudo systemctl stop mastodon-*.service
|
||||||
sudo su - $app <<PULLCOMMANDS
|
sudo su - $app <<PULLCOMMANDS
|
||||||
pushd ~/live
|
pushd ~/live
|
||||||
git fetch
|
git fetch
|
||||||
|
git reset --hard origin/master
|
||||||
git pull https://github.com/tootsuite/mastodon.git master
|
git pull https://github.com/tootsuite/mastodon.git master
|
||||||
PULLCOMMANDS
|
PULLCOMMANDS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue