Skip to content

Commit

Permalink
Merge pull request #855 from alphagov/update-manifests-elasticsearch
Browse files Browse the repository at this point in the history
Update manifests elasticsearch
  • Loading branch information
kentsanggds authored Nov 19, 2020
2 parents 5b6ec0f + c52e859 commit c7ef2d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion production-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ applications:
GOVUK_WEBSITE_ROOT: https://www.gov.uk
services:
- find-production-secrets
- elasticsearch-6-beta-production
- elasticsearch-7-production
- logit-ssl-drain
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ then
CF_ENV='staging'
fi

if [[ $CF_ENV == 'staging']]
if [[ $CF_ENV == "staging" ]]
then
CF_SPACE="$CF_SPACE-staging"
fi
Expand Down
2 changes: 1 addition & 1 deletion staging-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ applications:
GOVUK_WEBSITE_ROOT: https://www.gov.uk
services:
- find-staging-secrets
- elasticsearch-6-beta-staging
- elasticsearch-7-staging
- logit-ssl-drain

0 comments on commit c7ef2d0

Please sign in to comment.