feat: separate staging/prod binaries
This commit is contained in:
parent
fd73485fa5
commit
ea51dace79
@ -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
|
Loading…
Reference in New Issue
Block a user