summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-06-04 16:10:52 +0100
committerMatthew Lemon <y@yulqen.org>2024-06-04 16:10:52 +0100
commitfa82a3767ace972a46273069cd95122fb3600067 (patch)
tree488e10a788513603f1dd915806f3626d65f17e6b
parentb6ea6899b5140d081b63694d8f34bcaffd3247e5 (diff)
parent036d104bc54921f1232ab0d00e24a1a8f7b91361 (diff)
Merge branch 'postgres-migration'
-rw-r--r--alias1
1 files changed, 1 insertions, 0 deletions
diff --git a/alias b/alias
index 3741999..6d91c28 100644
--- a/alias
+++ b/alias
@@ -1 +1,2 @@
alias gitty='git pull && git checkout main && git pull && git merge postgres-migration && git checkout postgres-migration && git rebase main && git push'
+alias deletepods='oc delete pod --field-selector=status.phase==Succeeded'