Application: publisher
Publishes mainstream content on GOV.UK
GitHub topics: admin, govuk, and publisher
Ownership
Owned by team #govuk-platform-health.
Hosting
The production version of this application is hosted on Carrenza.
Links
- GitHub repo
- Sentry (error tracking)
- Puppet configuration
- Deploy scripts
- Deployment dashboard
- Publishing E2E scenarios (warning: not all apps have E2E tests)
SSH Access (Carrenza & AWS)
This application lives on backend
machines in Carrenza.
To SSH to one of these machines:
ssh -A -t jumpbox.staging.publishing.service.gov.uk 'ssh `govuk_node_list -c backend --single-node`'
ssh -A -t jumpbox.publishing.service.gov.uk 'ssh `govuk_node_list -c backend --single-node`'
This application lives on backend
machines on the integration environment in AWS.
To SSH to one of these machines via the jumpbox, use this command:
ssh -A -t jumpbox.integration.publishing.service.gov.uk 'ssh `govuk_node_list -c backend --single-node`'