feat: separate staging/prod binaries
This commit is contained in:
parent
abb225d362
commit
b78d74390b
2 changed files with 7 additions and 4 deletions
|
|
@ -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
7
manifests/bin/staging.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
. ./manifests/bin/staging.sh
|
||||
|
||||
kapply common/delegation.yaml
|
||||
|
||||
kubectl rollout restart deployment delegation
|
||||
Reference in a new issue