6 lines
66 B
Bash
Executable File
6 lines
66 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
export NB_REPLICAS=1
|
|
|
|
. ./manifests/bin/deploy.sh
|