#!/bin/bash
# DEPRECATED shim — the Scalingo scripts moved to deploy/paas/. This passthrough
# keeps external Scalingo hooks that still reference bin/scalingo_postcompile working; update the
# hook to deploy/paas/scalingo_postcompile and delete this shim.
echo "⚠️  bin/scalingo_postcompile is DEPRECATED → use deploy/paas/scalingo_postcompile (update your Scalingo hook)" >&2
exec bash "$(dirname "$0")/../deploy/paas/scalingo_postcompile" "$@"
