Browse Source

Host doesn't do anything yet

pull/226/head
baarkerlounger 4 years ago
parent
commit
e94a52ebdd
  1. 4
      README.md
  2. 3
      manifest.yml

4
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

3
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

Loading…
Cancel
Save