Skip to content

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

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#15
asachs01 merged 1 commit into
mainfrom
chore/use-reusable-deploy-workflow

Conversation

@asachs01

Copy link
Copy Markdown
Contributor

Summary

Converts the deploy job to use the canonical reusable workflow wyre-technology/.github/.github/workflows/mcp-server-deploy.yml, pinned to merge SHA c2d6fc89211757997102d100115d02997d4e3521.

This is the same fleet-wide fix already applied to autotask-mcp (see WYRE-AI/autotask-mcp#98). Before this change, liongard-mcp deployed to mcpgw-prod-liongard (orphaned ACA) by mutable :latest tag. After: deploys to gwp-liongard (production) by image digest.

Changes

  • Docker job: add outputs.digest and id: push on the build-push step so the digest is exposed.
  • Deploy job: replaced inline az containerapp update shell with a call to the shared reusable workflow, passing vendor-slug, image-name, digest, and version.

Test plan

  • On merge to main, confirm the deploy job runs the reusable workflow and targets gwp-liongard.
  • Confirm container app is updated by digest (not by :latest).

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

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

@claude claude Bot left a comment

Copy link
Copy Markdown

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 d1e3dc9 into main May 13, 2026
6 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

None yet

Development

Successfully merging this pull request may close these issues.

1 participant