Uniswap / interface

🦄 Open source interfaces for the Uniswap protocol
https://app.uniswap.org
GNU General Public License v3.0
4.93k stars 4.99k forks source link

Create workflow for updating Cloudflare release version #2178

Open willhennessy opened 3 years ago

willhennessy commented 3 years ago

In the event of a major interface bug, it is sometimes desirable to quickly point Cloudflare to an older (e.g. yesterday's) stable version of the interface.

We should create a workflow for this task so the team can safely and reliably execute it while senior engineers are out of office.

playerx commented 2 years ago

@willhennessy quick question, how did you solve http->https problem on cloudflare?

In short, how curl -I http://app.uniswap.org returns 301?

As I see their gateway (cloudflare-ipfs.com) don't support it. I've checked https://uniswap.org/blog/ipfs-uniswap-interface but it wasn't mentioned there

Thanks!