synapse/manifests/bin/prod.sh
ange de9de2716a
Some checks failed
/ deploy (push) Failing after 5s
debug
2024-12-28 13:16:09 +00:00

14 lines
218 B
Bash
Executable File

#!/bin/bash
set -eo pipefail
# TODO: 3
export NB_REPLICAS=1
. ./manifests/bin/deploy.sh
if [ "$GITHUB_REF_NAME" = prod ]; then
kapply common/delegation.yaml
kubectl rollout restart deployment delegation
fi