synapse/manifests/bin/prod.sh
ange 5b894d0007
All checks were successful
/ deploy (push) Successful in 6s
bump: 1.121.1
2024-12-23 03:35:45 +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