Skip to content

chore(release): use shared mcp-server-deploy reusable workflow#17

Merged
asachs01 merged 1 commit into
mainfrom
chore/use-reusable-deploy-workflow
May 13, 2026
Merged

chore(release): use shared mcp-server-deploy reusable workflow#17
asachs01 merged 1 commit into
mainfrom
chore/use-reusable-deploy-workflow

Conversation

@asachs01
Copy link
Copy Markdown
Member

Summary

Fleet-wide refactor mirroring autotask-mcp#98. Replaces the inline az containerapp update shell in the deploy job with a call to the canonical reusable workflow at wyre-technology/.github/.github/workflows/mcp-server-deploy.yml, pinned to merge SHA c2d6fc8.

Bugs fixed

  • Wrong ACA: previous deploy targeted mcpgw-prod-halopsa, an orphaned Container App. The real production ACA wired into the gateway environment is gwp-halopsa — the reusable workflow deploys there.
  • Mutable tag race: previous deploy used ghcr.io/.../halopsa-mcp:latest, which can race against GHCR / ACA caches. The reusable workflow deploys by image digest captured from the docker/build-push-action step output.

Mechanical changes

  • docker job: added outputs.digest mapped from new id: push on the build-push-action step.
  • deploy job: replaced body with uses: of the reusable workflow; normalized needs: to [release, docker]; kept the push-to-main if: guard.

Verification

  • python3 -c "import yaml; yaml.safe_load(...)" parses cleanly.
  • grep -E "mcpgw-prod-halopsa|:latest" returns only the existing :latest tag line inside the docker tags: list (we keep tagging :latest, we just don't deploy by it).

Test plan

  • Merge and let semantic-release cut the next version
  • Confirm the deploy job runs the reusable workflow and lands on gwp-halopsa by digest
  • Verify the new revision appears on gwp-halopsa in Azure with IMAGE_VERSION set

Same conversion as autotask-mcp#98. Deploys halopsa-mcp to gwp-halopsa
(production) by image digest, replacing the previous inline shell that
targeted the orphaned mcpgw-prod-halopsa ACA by mutable :latest tag.

The reusable workflow lives at wyre-technology/.github,
pinned by merge SHA c2d6fc8.
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Code review skipped — your organization's overage spend limit has been reached.

Code review is billed via overage credits. To resume reviews, an organization admin can raise the monthly limit at claude.ai/admin-settings/claude-code.

Once credits are available, push a new commit or reopen this pull request to trigger a review.

@asachs01 asachs01 merged commit c3e9d03 into main May 13, 2026
3 checks passed
@asachs01 asachs01 deleted the chore/use-reusable-deploy-workflow branch May 13, 2026 19:34
@github-project-automation github-project-automation Bot moved this from Todo to Done in MSP Claude Plugins May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant