element/manifests/bin/prod.sh

7 lines
82 B
Bash
Raw Permalink Normal View History

2024-05-01 09:24:20 +00:00
#!/bin/bash -e
set -o pipefail
2024-05-01 09:24:20 +00:00
export NB_REPLICAS=3
. ./manifests/bin/deploy.sh