gitea/manifests/bin/prod.sh
ange 6fe60b9e57
Some checks failed
/ deploy (push) Failing after 2m40s
fix: pipefail to catch errors
2024-12-22 07:05:23 +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