From 4f051ae25041a36f4f2152c83930a37d0a8f3288 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sun, 31 May 2026 13:56:57 -0400 Subject: [PATCH] [tooling] Add push command to just --- PROJECT.org | 6 +++++- justfile | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/PROJECT.org b/PROJECT.org index abae215..f031b5d 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -93,7 +93,7 @@ fetching and simple saving. :LOGBOOK: CLOCK: [2025-07-09 Wed 09:55]--[2025-07-09 Wed 10:15] => 0:20 :END: -* Backlog [1/17] :vrobbler:project:personal: +* Backlog [2/18] :vrobbler:project:personal: ** TODO [#C] Add sentiment parsing for Scrobbles with notes :vrobbler:project:scrobbles:sentiment: :PROPERTIES: :ID: 37781d6a-f3b0-48b2-bf98-33c2c791cf85 @@ -489,6 +489,10 @@ to GMT to save it in the database. It would be nice to not duplicate comments that exist on a task when it's first scrobbled. +** DONE [#A] Actually push branches up and add a just command to do it :release:justfile:tooling: +:PROPERTIES: +:ID: 50aa5daa-a802-6aa9-38a3-218b7a9d4b34 +:END: ** DONE [#A] Try to fix deploy failing with bad release plan :release:tooling:pyproject: :PROPERTIES: :ID: 63dc633c-4382-e6a5-e663-b01871ce86ce diff --git a/justfile b/justfile index 1e33b8c..c90d0be 100644 --- a/justfile +++ b/justfile @@ -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