User Tools

Site Tools


mastodon_upgrade

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
mastodon_upgrade [2023/10/07 17:11] handlemastodon_upgrade [2023/10/07 17:14] handle
Line 9: Line 9:
 ====== Build a new version ====== ====== Build a new version ======
  
 +  export NEW_VERSION=4.2.0  # change to actual new version
   git checkout trunk   git checkout trunk
   git fetch upstream --tags   git fetch upstream --tags
-  git +  git checkout -b merged-$NEW_VERSION 
 +  git merge v$NEW_VERSION 
 +  git checkout trunk 
 +  git merge merged-$NEW_VERSION 
 +  git push
  
 +Then check [[https://gitlab.com/sunbeam.city/mastodon/-/jobs|the "Jobs" page on Gitlab]], and you should see the Docker image build happily running 🏃 It takes about 8 minutes.
  
 ====== Deploy the new version ====== ====== Deploy the new version ======
  
  
mastodon_upgrade.txt · Last modified: 2023/10/07 17:59 by handle