From 78b7c9e4afb718a5ad4f3810858a3ba619e1877b Mon Sep 17 00:00:00 2001 From: Jonathan Miller <1+jmiller@noreply.git.mokoconsulting.tech> Date: Mon, 13 Jul 2026 21:27:36 +0000 Subject: [PATCH] chore(ci): move deploy workflows out of custom/ to root Deploy workflows in go/npm repos live in the workflows root, not custom/ (mirrors npm repos' npm-publish.yml in root). The sync's curated set does not include deploy-*, so root placement is not clobbered. Moved: deploy-dev.yml, deploy-mokogitea.yml, deploy-rc.yml --- .mokogitea/workflows/{custom => }/deploy-dev.yml | 0 .mokogitea/workflows/{custom => }/deploy-mokogitea.yml | 0 .mokogitea/workflows/{custom => }/deploy-rc.yml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename .mokogitea/workflows/{custom => }/deploy-dev.yml (100%) rename .mokogitea/workflows/{custom => }/deploy-mokogitea.yml (100%) rename .mokogitea/workflows/{custom => }/deploy-rc.yml (100%) diff --git a/.mokogitea/workflows/custom/deploy-dev.yml b/.mokogitea/workflows/deploy-dev.yml similarity index 100% rename from .mokogitea/workflows/custom/deploy-dev.yml rename to .mokogitea/workflows/deploy-dev.yml diff --git a/.mokogitea/workflows/custom/deploy-mokogitea.yml b/.mokogitea/workflows/deploy-mokogitea.yml similarity index 100% rename from .mokogitea/workflows/custom/deploy-mokogitea.yml rename to .mokogitea/workflows/deploy-mokogitea.yml diff --git a/.mokogitea/workflows/custom/deploy-rc.yml b/.mokogitea/workflows/deploy-rc.yml similarity index 100% rename from .mokogitea/workflows/custom/deploy-rc.yml rename to .mokogitea/workflows/deploy-rc.yml -- 2.52.0