ci(CAR-1041): remove invalid deploy-dev/deploy-uat jobs #28

Merged
Savannah Savings merged 2 commits from betty/remove-deploy-jobs into dev 2026-05-28 19:56:08 +00:00
Member

Remove Invalid CI Deploy Jobs

Remove deploy-dev and deploy-uat jobs from the cartsnitch-auth CI workflow. These jobs incorrectly attempt to deploy to Kubernetes from CI.

Changes

  • Removed: deploy-dev job (lines 76-114 in original)
  • Removed: deploy-uat job (lines 115-152 in original)
  • Kept: build-and-push job only

Verification

  • No cross-repo checkout logic (no repository: cartsnitch/infra)
  • No references to secrets.CI_GITEA_TOKEN
  • CartSnitch uses Flux GitOps — CI builds images, Flux deploys

Context

These Actions-based deployment jobs were added incorrectly in CAR-987.

Note: Per SDLC, this PR targets dev (not main as originally specified).

Co-Authored-By: Barcode Betty betty@cartsnitch

## Remove Invalid CI Deploy Jobs Remove deploy-dev and deploy-uat jobs from the cartsnitch-auth CI workflow. These jobs incorrectly attempt to deploy to Kubernetes from CI. ### Changes - Removed: deploy-dev job (lines 76-114 in original) - Removed: deploy-uat job (lines 115-152 in original) - Kept: build-and-push job only ### Verification - No cross-repo checkout logic (no repository: cartsnitch/infra) - No references to secrets.CI_GITEA_TOKEN - CartSnitch uses Flux GitOps — CI builds images, Flux deploys ### Context These Actions-based deployment jobs were added incorrectly in CAR-987. Note: Per SDLC, this PR targets dev (not main as originally specified). Co-Authored-By: Barcode Betty <betty@cartsnitch>
Savannah Savings added 2 commits 2026-05-28 19:48:26 +00:00
Add .mcp.json
CI / build-and-push (push) Failing after 10s
CI / deploy-dev (push) Has been skipped
CI / deploy-uat (push) Has been skipped
eca23fe515
ci(CAR-1041): remove invalid deploy-dev/deploy-uat jobs
CI / build-and-push (pull_request) Has been skipped
e308b15255
Remove deploy-dev and deploy-uat CI jobs. CartSnitch uses Flux GitOps —
CI builds images, Flux deploys. These Actions-based deployment jobs were
added incorrectly in CAR-987.

Co-Authored-By: Barcode Betty <betty@cartsnitch>
Savannah Savings merged commit 6c71a2a1f8 into dev 2026-05-28 19:56:08 +00:00
Sign in to join this conversation.