bump: v1.115.0 #2
@ -4,3 +4,9 @@
|
|||||||
export NB_REPLICAS=1
|
export NB_REPLICAS=1
|
||||||
|
|
||||||
. ./manifests/bin/deploy.sh
|
. ./manifests/bin/deploy.sh
|
||||||
|
|
||||||
|
if [ "$GITHUB_REF_NAME" = prod ]; then
|
||||||
|
kapply common/delegation.yaml
|
||||||
|
|
||||||
|
kubectl rollout restart deployment delegation
|
||||||
|
fi
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
#!/bin/bash -e
|
|
||||||
|
|
||||||
. ./manifests/bin/staging.sh
|
|
||||||
|
|
||||||
kapply common/delegation.yaml
|
|
||||||
|
|
||||||
kubectl rollout restart deployment delegation
|
|
Loading…
Reference in New Issue
Block a user