name: Deploy (Manual/Legacy) on: workflow_dispatch: jobs: deploy-info: runs-on: ubuntu-latest steps: - name: Information run: | echo "⚠️ Automatic deployment to 777wolfpack/nexus-vector is DISABLED." echo "Please use the manual deployment script: ./deploy.sh [test|prod]" echo "See DEPLOYMENT.md for details."