[tooling] Add push command to just
All checks were successful
build & deploy / test (push) Successful in 2m7s
build & deploy / build-and-deploy (push) Has been skipped

This commit is contained in:
2026-05-31 13:56:57 -04:00
parent 7e9fbb1bf6
commit 4f051ae250
2 changed files with 9 additions and 1 deletions

View File

@ -17,3 +17,7 @@ celery-beat:
release kind="minor":
poetry run python scripts/release.py {{kind}}
push:
git push && git push gitea
git push --tags && git push --tags gitea