18F / linkify-citations

Turns legal citations in the DOM into links
Other
20 stars 12 forks source link

set up a custom domain #6

Open afeld opened 9 years ago

afeld commented 9 years ago

If this is going to be used broadly or long-term, we probably don't want it to be tied to S3 (from the user's perspective). We might want to set up a custom domain, in case we would need to change where it's hosted later.

vdavez commented 9 years ago

Good point... can we point to an 18f.gov subdomain? open to suggestions about where it should live.

afeld commented 9 years ago

Actually, with https://github.com/18F/pages/pull/36 in, might be worth considering publishing with 18F Pages.

/cc @mbland

mbland commented 9 years ago

Yep, and 18F/pages#36 is now running live in production, waiting for its first client.

adelevie commented 9 years ago

+1 to 18F Pages.

vdavez commented 8 years ago

Where did we end up on this? pages? s3?

mbland commented 8 years ago

It's live on Pages: https://pages.18f.gov/linkify-citations/linkify.min.js

If you want to go the custom domain route one day...let's talk. I don't think it'd be that hard at all to get Pages to support that.

vdavez commented 8 years ago

So @adelevie, how do you want to do this? We can use the 18f-pages branch and push to S3 on merges to the branch?

mbland commented 8 years ago

Just to be clear: Pages doesn't use S3, but merges to 18f-pages will automatically appear.

vdavez commented 8 years ago

Right, but Travis is configured to push to S3 on success.