From b8b47863874a2493b145cd0d2a43a616ed985dab Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Sun, 28 Nov 2021 20:08:52 -0800 Subject: [PATCH] Update ns-aws.sslip.io's HTML assets i.e.: Previously I didn't update `index.html` properly because it wasn't documented, and the content had become stale. --- docs/DEVELOPER.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/DEVELOPER.md b/docs/DEVELOPER.md index e768682..0f5b4e9 100644 --- a/docs/DEVELOPER.md +++ b/docs/DEVELOPER.md @@ -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