From d35cc1faa6a5ffef8aa3dc7440c530635e0d6ccf Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Sat, 22 Jan 2022 10:20:12 -0800 Subject: [PATCH] Release procedure has slightly better instructions --- docs/DEVELOPER.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/DEVELOPER.md b/docs/DEVELOPER.md index e567754..3d8e8f4 100644 --- a/docs/DEVELOPER.md +++ b/docs/DEVELOPER.md @@ -103,8 +103,6 @@ z deployments git pull -r nvim sslip.io.yml bosh -e vsphere -d sslip.io deploy sslip.io.yml -l <(lpass show --note deployments.yml) --no-redact -dig @ns-azure 127-0-0-1.sslip.io +short # output should be 127.0.0.1 -dig @ns-azure.nono.io txt version.status.sslip.io +short git add -p git ci -v -m"Bump sslip.io BOSH release: $OLD_VERSION → $VERSION" git push @@ -119,4 +117,9 @@ Update GCP/GKE with the new executable: ```bash kubectl rollout restart deployment/sslip.io kubectl rollout restart deployment/sslip.io-nginx +dig @ns-aws.nono.io txt version.status.sslip.io +short +dig @ns-azure.nono.io txt version.status.sslip.io +short +dig @ns-gce.nono.io txt version.status.sslip.io +short +fly -t nono trigger-job -j sslip.io/dns-servers ``` +Browse to