projects:projects
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| projects:projects [2026/06/23 20:52] – [Deploy] jhagstrand | projects:projects [2026/07/19 05:03] (current) – [End Branch] jhagstrand | ||
|---|---|---|---|
| Line 24: | Line 24: | ||
| [[projects: | [[projects: | ||
| + | |||
| + | [[projects: | ||
| [[projects: | [[projects: | ||
| Line 104: | Line 106: | ||
| ====.gitignore==== | ====.gitignore==== | ||
| - | robots.txt | ||
| - | .well-known/ | ||
| - | js.min | ||
| - | css.min | ||
| index.php | index.php | ||
| + | min.js | ||
| + | min.css | ||
| RELEASES.md | RELEASES.md | ||
| + | robots.txt | ||
| + | .well-known/ | ||
| .aider* | .aider* | ||
| config.php | config.php | ||
| Line 266: | Line 268: | ||
| # save work | # save work | ||
| git checkout peaceful | git checkout peaceful | ||
| + | git commit -m 'feat: new feature' | ||
| git push origin peaceful | git push origin peaceful | ||
| | | ||
| ==== End Branch ==== | ==== End Branch ==== | ||
| git checkout master | git checkout master | ||
| - | git merge --squash peaceful | + | |
| + | git merge --no-ff | ||
| git commit -m ' | git commit -m ' | ||
| git branch -D peaceful | git branch -D peaceful | ||
| Line 278: | Line 282: | ||
| ==== Deploy ==== | ==== Deploy ==== | ||
| - | git -a tag v0.2.0 | + | |
| - | + | | |
| git push origin master --tags | git push origin master --tags | ||
| - | git push gitlab master --tags | + | git push gitlab master --tags |
| + | git for-each-ref --sort=-version: | ||
| | | ||
| # in production webserver | # in production webserver | ||
| git fetch origin | git fetch origin | ||
| git reset --hard origin/ | git reset --hard origin/ | ||
| - | | ||
| - | git push gitlab master --tags | ||
| - | | ||
| - | scripts/ | ||
| - | git for-each-ref --sort=-version: | ||
projects/projects.1782262361.txt.gz · Last modified: 2026/06/23 20:52 by jhagstrand