- Update all frontend branding (Login, Splash, Layout, Navbar, etc.) - Update page titles and breadcrumbs - Update visitor components (Badge, CheckIn) - Update deploy.sh and README - Update test fixtures with new email domain
14 lines
372 B
YAML
14 lines
372 B
YAML
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."
|