jean-cloud-services/services/ns.jean-cloud.org/deploy.sh

14 lines
218 B
Bash
Raw Normal View History

2023-09-13 08:46:02 +00:00
#!/bin/bash
set -euo pipefail
cd ../ns1.jean-cloud.org
. deploy.sh
. .env
# Do not run if primary exists
[ -d "$DATA_DIR/keys" ] && echo 'ns1 found on this host. Aborting.' && exit 0
export keydir=""
run secondary