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