Files
wordpress/.gitea
Claude d01c2fbf0c
All checks were successful
Helm Chart Release / release-chart (push) Successful in 7s
refactor: align workflow with phpfpm chart, add Gitea Release and Helm repo index
- Rename steps/variables to match phpfpm chart naming conventions
  - job: update -> update-and-release
  - step: check -> check_update (id)
  - flag: chart_version_update_needed -> wp_updated
  - Checkout repository -> Checkout
  - Commit and push changes -> Commit changes
  - git user: Gitea Actions -> Gitea Actions Bot
- Add: Create Gitea Release step (API call + .tgz asset upload)
- Add: Update Helm Repository Index step (gh-pages branch management)
- Restructure: Move Install Helm before version checks (same as phpfpm)
- Simplify: Remove redundant steps (Get current versions, Check if update is needed merged into check_update)
- Add: app_version output to wordpress step (WordPress version number only)
- Align: cron schedule 0 2 * * 1 (Monday 02:00 UTC, same as phpfpm)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-02-17 12:10:26 +09:00
..