remove backup folder - no longer needed.

This commit is contained in:
Your Name 2025-04-21 14:59:50 +12:00
parent 50bd2e2446
commit a65fbe0bc5

View File

@ -24,7 +24,6 @@ function create_folder() {
echo "Ensuring deployment folders exist..."
create_folder "$DEPLOY_FOLDER"
create_folder "$DATA_FOLDER"
create_folder "$BACKUP_FOLDER"
# check can pull image on remote host and exit if fails
if ! docker pull "$IMAGE_REGISTRY/$IMAGE_REPO:$IMAGE_TAG"; then