gitea/manifests/bin/prod.sh

12 lines
160 B
Bash
Raw Permalink Normal View History

2024-05-10 09:36:32 +00:00
#!/bin/bash -e
set -o pipefail
2024-05-10 09:36:32 +00:00
# TODO: 3
export NB_REPLICAS=1
. ./manifests/bin/deploy.sh
if [ "$GITHUB_REF_NAME" = prod ]; then
kapply prod/ssh.yaml
fi