Update the state

This commit is contained in:
2024-12-25 15:42:50 +01:00
parent 8c8e969b80
commit df4f38d687
3 changed files with 58 additions and 49 deletions

9
switch.sh Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
mv _kustomization.yml kustomization.yml.tmp
mv kustomization.yml _kustomization.yml
mv kustomization.yml.tmp kustomization.yml
git add .
git commit -m "Update the state"
git push