ca-grow-ops-manager/.forgejo/workflows/deploy.yml
fullsizemalt ca8a3e8cee
Some checks are pending
Test / backend-test (push) Waiting to run
Test / frontend-test (push) Waiting to run
refactor: Rebrand from 777wolfpack/CA Grow Ops to Veridian
- 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
2025-12-27 11:24:26 -08:00

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."