chore(release): use shared mcp-server-deploy reusable workflow - #98
Merged
Conversation
Replaces the inline deploy job with a call to the canonical wyre-technology/.github@c2d6fc8. Pinned to the merge SHA, not :main, so unreviewed upstream changes can't silently alter this repo's release pipeline. This is the reference call site — the same conversion is being applied to halopsa-mcp, datto-rmm-mcp, itglue-mcp, huntress-mcp, liongard-mcp, domotz-mcp, and cipp-mcp in parallel PRs. After full rollout, the gwp-<vendor> + digest deploy logic lives in exactly one place across the fleet. Net diff: -41 +9 lines (inline shell deleted, replaced with `uses:` + typed inputs).
There was a problem hiding this comment.
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.
This was referenced May 13, 2026
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces this repo's inline deploy job with a call to the new canonical reusable workflow shipped in wyre-technology/.github#11.
Why
PR #97 fixed the what for autotask — targets
gwp-autotask, deploys by digest. But the same fix is needed in 7 sibling*-mcprepos, all of which currently deploy to orphaned ACAs via:latest. Copy-pasting the same 40-line shell block 8 times is how this bug got here in the first place.The new
mcp-server-deploy.ymlreusable workflow puts the deploy logic in one place. This PR is the reference call site; identical conversions for halopsa-mcp, datto-rmm-mcp, itglue-mcp, huntress-mcp, liongard-mcp, domotz-mcp, and cipp-mcp follow.Diff shape
uses:callc2d6fc89211757997102d100115d02997d4e3521(not@main) so upstream changes to the reusable workflow can't silently alter this repo's pipelinesecrets: inheritforwardsAZURE_CLIENT_ID/AZURE_TENANT_ID/AZURE_SUBSCRIPTION_IDfrom the caller's environmentBehavior parity
Identical to what just shipped in PR #97 and v2.25.2:
gwp-autotask(notmcpgw-prod-autotask)ghcr.io/wyre-technology/autotask-mcp@<digest>(not:latest)IMAGE_VERSIONenv on the deployed revision:v<version>-sha-<short>-<runId>sha256:-prefixedTest plan