Skip to content

Commit

Permalink
Merge pull request #1584 from alphagov/remove-publishing-task
Browse files Browse the repository at this point in the history
Remove publishing_api tasks - routes now published by special-route-publisher
  • Loading branch information
KludgeKML authored Aug 2, 2023
2 parents 61600bb + 2724ce1 commit 520f559
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 103 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ You can use the [GOV.UK Docker environment](https://github.com/alphagov/govuk-do
$ bundle exec rake
```

### Publishing Routes

There are six routes provided by this app: /email-signup, /email-signup/confirm, /email/unsubscribe, /email/subscriptions, /email/authenticate and /email/manage. If you are deploying this app to a new environment, you will need to publish these routes using [Special Route Publisher](https://github.com/alphagov/special-route-publisher)

### Testing account pages

Some pages are only accessible once a user has logged-in, using a link sent in an email. To test these pages locally, you will need to make a temporary change to the controller code to bypass authentication. If testing on a deployed branch, see the documentation on [receiving emails from in Integration and Staging](https://docs.publishing.service.gov.uk/manual/receiving-emails-from-email-alert-api-in-integration-and-staging.html).
Expand Down
103 changes: 0 additions & 103 deletions lib/tasks/publishing_api.rake

This file was deleted.

0 comments on commit 520f559

Please sign in to comment.