Skip to content

Commit

Permalink
Go back to the default of deploying both to blue and green env
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Jun 27, 2024
1 parent 4e2d162 commit c58a0e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
},
# Uncomment the following lines (and set the value) if you want to only deploy to blue or green
# The default is to deploy to both blue AND green
{
name: "tag:BlueGreen",
values: ["blue"]
},
# {
# name: "tag:BlueGreen",
# values: ["blue"]
# },
{
name: 'instance-state-name',
values: ['running']
Expand Down

0 comments on commit c58a0e0

Please sign in to comment.