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