Skip to content

False deploying?

I'm commonshost deploy-ing to tcrowe.commons.host and it's reporting back success but the content remains the same. Maybe it's cached or not-replicating, or something.

Current

Screen_Shot_2020-02-08_at_1.53.41_PM

Newly deployed

Screen_Shot_2020-02-08_at_1.53.32_PM

It's not in my browser storage

Screen_Shot_2020-02-08_at_1.58.40_PM

One thing I thought of doing was finding the C.H. mirrors and curl-ing them individually by IP:

curl -k -H 'Host: tcrowe.commons.host' '104.182.57.196:443'
curl -k -H 'Host: tcrowe.commons.host' '172.104.13.242:443'

...and see if they have my newest content. But it didn't work. Currently tcrowe.commons.host resolves to 104.182.57.196 from here. Do you have any thoughts how I might look into it or what I have done wrong?

Thank you!