mirror of
https://github.com/holos-run/holos.git
synced 2026-03-21 09:45:00 +00:00
We need to delete the branches, otherwise Kargo doesn't actually do anything or make a new commit when we reset the cluster and apply the manifests again.
9 lines
375 B
Bash
Executable File
9 lines
375 B
Bash
Executable File
#! /bin/bash
|
|
|
|
git push origin :project/podinfo/component/dev-podinfo
|
|
git push origin :project/podinfo/component/test-podinfo
|
|
git push origin :project/podinfo/component/uat-podinfo
|
|
git push origin :project/podinfo/component/prod-us-east-podinfo
|
|
git push origin :project/podinfo/component/prod-us-central-podinfo
|
|
git push origin :project/podinfo/component/prod-us-west-podinfo
|