Update ns-aws.sslip.io's HTML assets

i.e.: <https://52-0-56-137.sslip.io/>

Previously I didn't update `index.html` properly because it wasn't
documented, and the content had become stale.
This commit is contained in:
Brian Cunnie
2021-11-28 20:08:52 -08:00
parent e256241394
commit b8b4786387

View File

@@ -95,11 +95,10 @@ git ci -v -m"Bump sslip.io BOSH release: $OLD_VERSION → $VERSION"
git push
popd
```
Update the webserver with the HTML with new versions:
Update the webservers with the HTML with new versions:
```bash
ssh nono.io
curl -L -o /www/sslip.io/document_root/index.html https://raw.githubusercontent.com/cunnie/sslip.io/master/k8s/document_root/index.html
exit
ssh nono.io curl -L -o /www/sslip.io/document_root/index.html https://raw.githubusercontent.com/cunnie/sslip.io/master/k8s/document_root/index.html
ssh ns-aws.sslip.io curl -L -o /var/nginx/sslip.io/index.html https://raw.githubusercontent.com/cunnie/sslip.io/master/k8s/document_root/index.html
```
Update GCP/GKE with the new executable:
```bash