Skip to content

Commit

Permalink
Update Publishing documentatation
Browse files Browse the repository at this point in the history
This fixes the outdated reference to the master branch, fixes a typo and
makes it clear that changes are sent to Publishing API rather than
Content Store.
  • Loading branch information
kevindew committed Jul 9, 2021
1 parent fc0fa60 commit 115c2b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tasks/publishing.md
@@ -1,5 +1,5 @@
### Publishing

Changes to smart answer pages need to be sent to be sent to the `content store` for them to appear on GOV.UK.
Changes to smart answer pages need to be sent to the Publishing API for them to appear on GOV.UK.

The [rake task `publishing_api:sync_all`](https://github.com/alphagov/smart-answers/blob/master/lib/tasks/publishing_api.rake) needs to be run once you have deployed your changes in each environment and can be done in [Jenkins](https://deploy.integration.publishing.service.gov.uk/job/run-rake-task/parambuild/?TARGET_APPLICATION=smartanswers&MACHINE_CLASS=calculators_frontend&RAKE_TASK=publishing_api:sync_all).
The [rake task `publishing_api:sync_all`](../../lib/tasks/publishing_api.rake) needs to be run once you have deployed your changes in each environment and can be done in [Jenkins](https://deploy.integration.publishing.service.gov.uk/job/run-rake-task/parambuild/?TARGET_APPLICATION=smartanswers&MACHINE_CLASS=calculators_frontend&RAKE_TASK=publishing_api:sync_all).

0 comments on commit 115c2b2

Please sign in to comment.