Skip to content

Commit

Permalink
bind staging and running phases explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjoy-gds committed Sep 24, 2023
1 parent 50792a8 commit 4fd7032
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
exit(1)
end
if all_spaces == true
command = "cf bind-security-group #{sec_group_name} #{org_name}"
command = "cf bind-security-group #{sec_group_name} #{org_name} --lifecycle running && cf bind-security-group #{sec_group_name} #{org_name} --lifecycle staging"
if dry_run
puts "dry-run: #{command}"
else
Expand Down

0 comments on commit 4fd7032

Please sign in to comment.