#!/usr/bin/env bash
set -euo pipefail

cat >&2 <<'EOF'
[vozex-provision] This script is deprecated.

Customer stack provisioning is now orchestrated by the Laravel ProvisioningService.
Use the generated customer installation folder plus:
  - /usr/local/bin/vozex-proxy-sync
  - /usr/local/bin/vozex-ssl-issue

If you need to bootstrap the VPS host automation, run:
  backend/docker/scripts/install-managed-hosting.sh
EOF

exit 1
