updates
All checks were successful
Apply Kuberentes Configs / update-repo (push) Successful in 1s
Apply Kuberentes Configs / update-infrastructure (push) Successful in 1s

This commit is contained in:
2026-02-10 14:34:22 -07:00
parent 721ae13de2
commit 90076edfac
2 changed files with 10 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ alias blue="bluetui"
function commit
git add --all
git commit -m "$argv"
git pull
git push
end