Skip to content

Commit

Permalink
Docs: How to update a BOSH release, part II
Browse files Browse the repository at this point in the history
Include deploying the servers, which is the most important part. And
updating the webserver's HTML, too.
  • Loading branch information
cunnie committed Dec 14, 2020
1 parent 2ef1a18 commit 8b2d9e3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,15 @@ Prepare the BOSH release
shasum ~/Downloads/sslip.io-release-${VERSION}.tgz
z deployments
nvim sslip.io.yml
bosh -e vsphere -d sslip.io deploy sslip.io.yml -l <(lpass show --note deployments.yml) --no-redact
dig +short 127-0-0-1.sslip.io # output should be 127.0.0.1
git add -p
git ci -v -m"Bump sslip.io: $OLD_VERSION → $VERSION"
git push
```
Update the webserver with the HTML with new versions:
```
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
```

0 comments on commit 8b2d9e3

Please sign in to comment.