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

16 lines
236 B
Bash
Raw Normal View History

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