Skip to content

Commit

Permalink
Deploy from master again and deploy to blue AND green
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Jul 31, 2024
1 parent 78fd06d commit 0cb16ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
10 changes: 4 additions & 6 deletions config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +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
# Temporarily only deploy to blue (for ruby 3.3)
# TODO: Comment the four lines below back out
{
name: "tag:BlueGreen",
values: ["blue"]
},
# {
# name: "tag:BlueGreen",
# values: ["blue"]
# },
{
name: 'instance-state-name',
values: ['running']
Expand Down
1 change: 0 additions & 1 deletion config/deploy/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
aws_ec2_register

set :deploy_to, "/srv/www/production"
set :branch, "upgrade-to-ruby-3.3"

0 comments on commit 0cb16ec

Please sign in to comment.