pcf_blue_green 0.0.22 → 0.0.23
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/pcf_blue_green/version.rb +1 -1
- data/lib/shared-deploy-functions.sh +2 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dc2c79bea83ee94918bcc46d956ac19c5458c077
|
4
|
+
data.tar.gz: 112a39ee14dde7103bc832c731a8762a129c3428
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5129b8b7b0bae34b0304393ad91220a8a7eae192d74ea39b536bd2850e06f9dd9c733e26ee9e92b61442a44000ac5cd00fb1dce6791293abb22f06fa9ae7d1c6
|
7
|
+
data.tar.gz: f8ce4cc0352bd8acdacb82053f2b96059ea6e0780cf0806dcdf4b4b00ea3b162c3de34e6e43fda79f2c43bf28d540f1e9bed92fd3e8a590dfb754a874a9cd3a4
|
@@ -146,6 +146,8 @@ function remap-routes {
|
|
146
146
|
function remove-blue {
|
147
147
|
run-cmd cf delete ${blue} -f
|
148
148
|
run-cmd cf rename $green $blue
|
149
|
+
cf routes
|
150
|
+
echo ${sso_hostname}
|
149
151
|
if [ -z ${sso_hostname+x} ]; then
|
150
152
|
run-cmd cf delete-route $domain -n $green -f
|
151
153
|
else
|