Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyguenther committed Apr 2, 2024
1 parent a40372a commit 6042bb7
Show file tree
Hide file tree
Showing 2 changed files with 292 additions and 292 deletions.
8 changes: 4 additions & 4 deletions docs/the_complete_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@ Shopkeeper supports multiple deployment strategies:

By default, Shopkeeper assumes you want to use a [blue/green deployment
strategy](https://en.wikipedia.org/wiki/Blue–green_deployment). A blue/green
deployment strategy in the context of Shopify theme development
means alternating between a blue and a green theme. One theme is live and the
other we refer to as on-deck. For example, using this approach, if the blue
:large_blue_circle: theme is live, the green :green_circle: theme is on-deck.
deployment strategy in the context of Shopify theme development means
alternating between a blue and a green theme. One theme is live and the other
we refer to as on-deck. For example, using this approach, if the blue :large_blue_circle:
theme is live, the green :green_circle: theme is on-deck.
When updates are to be made to a storefront, the on-deck receives the changes
and when it is ready, it is published.

Expand Down
Loading

0 comments on commit 6042bb7

Please sign in to comment.