Skip to content

build: retire legacy ci in favor of container build#142

Merged
niklasf merged 2 commits into
mainfrom
build/docker
Jan 28, 2026
Merged

build: retire legacy ci in favor of container build#142
niklasf merged 2 commits into
mainfrom
build/docker

Conversation

@niklasf

@niklasf niklasf commented Jan 28, 2026

Copy link
Copy Markdown
Member

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR retires the legacy CI/CD workflow that used SSH-based deployment to a specific host (rubik) and systemd service files, replacing it with a modern container-based build and deployment approach using GitHub Container Registry.

Changes:

  • Removed systemd service and socket configuration files previously used for direct host deployment
  • Deleted the legacy CI workflow that built and deployed via SSH
  • Refactored the Dockerfile to use cargo-chef multi-stage build pattern for better build caching
  • Enhanced the Docker workflow to support PR builds, use GitHub Actions cache, and Docker Buildx

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
lila-push.socket Removed systemd socket configuration for legacy deployment
lila-push.service Removed systemd service configuration for legacy deployment
.github/workflows/ci.yml Removed entire legacy CI workflow with SSH-based deployment
Dockerfile Refactored to use cargo-chef pattern with chef/planner/builder stages
.github/workflows/docker.yml Added PR trigger, updated to checkout@v6, added Buildx setup and GHA caching

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Dockerfile
Comment thread .github/workflows/docker.yml Outdated
Comment thread Dockerfile
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@niklasf niklasf merged commit 809227a into main Jan 28, 2026
1 check passed
@niklasf niklasf deleted the build/docker branch January 28, 2026 22:23
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.

2 participants