gitea/manifests/bin/devel.sh
ange 6fe60b9e57
Some checks failed
/ deploy (push) Failing after 2m40s
fix: pipefail to catch errors
2024-12-22 07:05:23 +00:00

7 lines
82 B
Bash
Executable File

#!/bin/bash -e
set -o pipefail
export NB_REPLICAS=1
. ./manifests/bin/deploy.sh