Shopify / Shopify/shipit-engine
Allow deployment of branch
Nobody has claimed this yet.
- 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:
- Deploy
risky_branchfrom my branch after rebasing with latest deployed SHA. - See that it works.
- Deploy latest deployed sha again.
- Merge to master, where it will be part of a future deploy.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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