6 lines
82 B
Bash
Executable file
6 lines
82 B
Bash
Executable file
#!/bin/bash -e
|
|
set -o pipefail
|
|
|
|
export NB_REPLICAS=1
|
|
|
|
. ./manifests/bin/deploy.sh
|