User Tools

Site Tools


projects:projects

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
projects:projects [2026/06/12 09:36] – [.gitignore] jhagstrandprojects:projects [2026/06/12 21:14] (current) – [Deploy] jhagstrand
Line 206: Line 206:
      
   git for-each-ref --sort=-version:refname --format="%(refname:short)%0a%(contents)%0a---" refs/tags   git for-each-ref --sort=-version:refname --format="%(refname:short)%0a%(contents)%0a---" refs/tags
 +
 +==== Deploy ====
 +
 +  # in laptop dev repo
 +  
 +  # git filter-repo --mailmap .mailmap --force
 +  # lint
 +  
 +  git checkout master
 +  git merge blend
 +  git branch -d blend
 +  
 +  git tag v0.0.0 -m'...'
 +  
 +  git push origin master --force --tags
 +  git push origin --delete blend
 +  
 +  # in production webserver
 +  
 +  git fetch origin
 +  git reset --hard origin/master
 +  
 +  git push gitlab master --tags
  
projects/projects.1781271365.txt.gz · Last modified: 2026/06/12 09:36 by jhagstrand

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki