docs: add deploy.yml.template to Joomla workflow index

This commit is contained in:
2026-04-23 17:29:01 +00:00
parent 7f5aa2f7f4
commit 6fce7e6569
+3 -1
View File
@@ -8,8 +8,9 @@ This directory contains GitHub Actions workflow templates specifically designed
- **auto-release.yml.template** - Build & release pipeline for stable releases on merge to main. Reads version from README.md, builds ZIP+tar.gz, creates/updates Gitea release, updates only the stable channel in updates.xml. Mirrors to GitHub for stable releases.
- **update-server.yml.template** - Multi-channel Joomla update server. Triggers on dev/alpha/beta/rc branch merges, builds packages, uploads to per-channel Gitea releases, updates only the matching stability channel in updates.xml. All patches release (including patch 00).
- **deploy.yml.template** - SSH rsync auto-deploy for MokoWaaS client repos. Auto-deploys `src/` to dev server on push to `dev`, live server on push to `main`. Uses `DEPLOY_SSH_*` variables and org-level `DEPLOY_SSH_KEY` secret. Supports manual trigger with dry-run. See [SSH Auto-Deploy Guide](https://git.mokoconsulting.tech/MokoConsulting/MokoStandards/src/branch/main/docs/deployment/ssh-deploy.md).
- **ci-joomla.yml.template** - Continuous integration workflow with PHP validation, XML checking, and manifest verification
- **deploy-manual.yml.template** - Manual deployment workflow for Joomla extensions
- **deploy-manual.yml.template** - Manual SFTP deployment workflow for Joomla extensions (ZIP package upload via phpseclib3)
- **repo_health.yml.template** - Repository health monitoring including documentation checks and standards validation
## Metadata
@@ -21,4 +22,5 @@ This directory contains GitHub Actions workflow templates specifically designed
| Change | Notes | Author |
| --- | --- | --- |
| Added deploy.yml.template | SSH rsync auto-deploy for client repos | Claude Code |
| Automated update | Generated by documentation index automation | rebuild_indexes.py |