synapse/manifests/bin/prod.sh
ange b0d8cddd7b
Some checks failed
/ deploy (push) Failing after 5s
bump: 1.21.1 (#3)
Reviewed-on: #3
2024-12-23 03:40:25 +00:00

14 lines
220 B
Bash
Executable File

#!/bin/bash -e
set -o 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