Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Add -s ours merge strategy to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Jul 16, 2018
1 parent 67e83c1 commit 2335c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/server-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To release the server:
- [ ] Tag with `git tag VERSION`
- [ ] Push version and tags, `git push && git push --tags`
- [ ] Merge to `server-prod`:
- `git checkout server-prod && git merge master && git push`
- `git checkout server-prod && git merge -s ours master && git push`
- This will trigger a deploy to stage. A deploy will take about 30 minutes.
- View the CI build of [server-prod](https://circleci.com/gh/mozilla-services/screenshots/tree/server-prod)
- IRC will get updates (no update until deploy happens)
Expand Down

0 comments on commit 2335c7a

Please sign in to comment.