Skip to content

Introduce new CI/CD flow#3

Merged
theMattCode merged 14 commits into
mainfrom
feature/ci-and-deployment
Jun 11, 2026
Merged

Introduce new CI/CD flow#3
theMattCode merged 14 commits into
mainfrom
feature/ci-and-deployment

Conversation

@theMattCode

Copy link
Copy Markdown
Owner

No description provided.

@chatgpt-codex-connector chatgpt-codex-connector 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 29eebc5be7

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

RUN adduser -D backend

COPY --from=builder /workspace/services/backend/target/release/backend /usr/local/bin/backend
COPY --from=builder /workspace/services/backend/target/release/central-backend /usr/local/bin/central-backend

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Copy the actual backend binary

The release build still produces target/release/backend because services/backend/Cargo.toml keeps package.name = "backend" and no [[bin]] overrides are added. With this path changed to central-backend, docker build --file services/backend/Dockerfile . fails at the final-stage COPY, so the new CI image build and any production backend image publish cannot complete.

Useful? React with 👍 / 👎.

@theMattCode theMattCode force-pushed the feature/ci-and-deployment branch from 29eebc5 to d95cfd4 Compare June 11, 2026 07:55
@theMattCode theMattCode changed the base branch from main to feature/income-and-expense June 11, 2026 08:16
@theMattCode theMattCode changed the base branch from feature/income-and-expense to main June 11, 2026 08:16
@theMattCode theMattCode force-pushed the feature/ci-and-deployment branch from 54e0c09 to d7a9786 Compare June 11, 2026 08:21
@theMattCode theMattCode merged commit 33306de into main Jun 11, 2026
10 checks passed
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