gitea/manifests/bin/prod.sh
2024-05-15 23:55:56 +02:00

11 lines
144 B
Bash
Executable File

#!/bin/bash -e
# TODO: 3
export NB_REPLICAS=1
. ./manifests/bin/deploy.sh
if [ "$GITHUB_REF_NAME" = prod ]; then
kapply prod/ssh.yaml
fi