diff options
author | Yulqen <246857+yulqen@users.noreply.github.com> | 2024-06-04 16:40:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-04 16:40:49 +0100 |
commit | b644ddd09a045c59d5d0d1f451de96962b368cac (patch) | |
tree | 86db07e1a428b83b0fef9957fe1d1981dbbaef3e /alias | |
parent | b6ea6899b5140d081b63694d8f34bcaffd3247e5 (diff) | |
parent | 8c35d791df64d22fba45a95e46f43c7fc53cb2ab (diff) |
Merge pull request #65 from defencedigital/postgres-migration
Postgres migration
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |