diff --git a/README.md b/README.md index 81038cdd4..4fea5097e 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,10 @@ This application is running on [GOV.UK PaaS](https://www.cloud.service.gov.uk/). Once the app is deployed: 1. Get a Rails console:\ -`cf ssh dluhc-core -t -c "/tmp/lifecycle/launcher /home/vcap/app 'rails console' ''"` +`cf ssh dluhc-core-staging -t -c "/tmp/lifecycle/launcher /home/vcap/app 'rails console' ''"` 2. Check logs:\ -`cf logs dluhc-core --recent` +`cf logs dluhc-core-staging --recent` #### Troubleshooting deployments diff --git a/manifest.yml b/manifest.yml index b9fb4e670..154e816ef 100644 --- a/manifest.yml +++ b/manifest.yml @@ -13,7 +13,6 @@ applications: <<: *defaults env: RAILS_ENV: staging - host: staging-submit-social-housing-lettings-sales-data.london.cloudapps.digital services: - dluhc-core-staging-postgres @@ -21,6 +20,6 @@ applications: <<: *defaults env: RAILS_ENV: production - host: submit-social-housing-lettings-sales-data.london.cloudapps.digital + host: submit-social-housing-lettings-sales-data services: - dluhc-core-production-postgres