mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-07 08:31:02 +08:00
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:
@@ -95,11 +95,10 @@ git ci -v -m"Bump sslip.io BOSH release: $OLD_VERSION → $VERSION"
|
|||||||
git push
|
git push
|
||||||
popd
|
popd
|
||||||
```
|
```
|
||||||
Update the webserver with the HTML with new versions:
|
Update the webservers with the HTML with new versions:
|
||||||
```bash
|
```bash
|
||||||
ssh nono.io
|
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
|
||||||
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
|
||||||
exit
|
|
||||||
```
|
```
|
||||||
Update GCP/GKE with the new executable:
|
Update GCP/GKE with the new executable:
|
||||||
```bash
|
```bash
|
||||||
|
Reference in New Issue
Block a user