feat: separate staging/prod binaries

This commit is contained in:
ange 2024-05-15 23:52:08 +02:00
parent fd73485fa5
commit ea51dace79
2 changed files with 7 additions and 4 deletions

View File

@ -4,7 +4,3 @@
export NB_REPLICAS=1
. ./manifests/bin/deploy.sh
#kapply common/delegation.yaml
#kubectl rollout restart deployment delegation

7
manifests/bin/staging.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash -e
. ./manifests/bin/staging.sh
kapply common/delegation.yaml
kubectl rollout restart deployment delegation