jean-cloud-services/services/ns.jean-cloud.org/deploy.sh
Adrian Amaglio 88e8e2fc76 update
2023-09-16 20:17:34 +02:00

16 lines
236 B
Bash
Executable File

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