xdesro / sex-work-exclusive-tech-companies

A growing list of tech companies with Terms of Service that discriminate against sex workers.
https://sex-work-exclusive-companies.tech/
MIT License
17 stars 6 forks source link

Can we get details on the deployment pipeline? #39

Closed dylankenneally closed 2 years ago

dylankenneally commented 2 years ago

I'm guessing (hoping) the deployment pipeline to https://sex-work-exclusive-companies.tech/ is automated?

If so, can we get details of how it functions so devs can emulate it locally to make sure their changes don't break anything.

If it's not automated, I think it would be a good idea (via a promotion scheme or similar).

And if that's a no-go, could we get details of the dispatching server so we can emulate that? I.e. nginx, apache, gws, etc.

xdesro commented 2 years ago

Hey @dylankenneally — the site is continuously deployed by Netlify, which redeploys every time the main branch is updated. Netlify spins up a Node env and runs npm run generate, and serves the resulting generated directory!