gitea/manifests/bin/prod.sh
ange f231efb04e
All checks were successful
/ deploy (push) Successful in 19s
feat: renovatebot (#2)
Reviewed-on: #2
2024-12-23 02:44:15 +00:00

12 lines
160 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 prod/ssh.yaml
fi