Shopify / Shopify/shipit-engine

Allow deployment of branch

Open
#181 18 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Ruby
Stars
1.5k
Forks
154
Avg merge
2h 26m
Merged PRs (30d)
3

Description

It'd be really nice if you could deploy branches, Capistrano already deploys this with SHA and STRICT_DEPLOYS. Awesome strategy for deploying risky branches would be something like:

  1. Deploy risky_branch from my branch after rebasing with latest deployed SHA.
  2. See that it works.
  3. Deploy latest deployed sha again.
  4. Merge to master, where it will be part of a future deploy.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the deployment coordination flow and how SHA and STRICT_DEPLOYS are currently handled, then compare that behavior with Capistrano's branch deployment support. Define what must change so a risky branch can be deployed, reverted to the latest deployed SHA, and later merged without affecting the deployment workflow.

Written by the indexing model from the issue text.

Assessment

Tech stack
ruby
Domain
devops, release
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.