mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-06 08:06:53 +08:00
Release procedure has slightly better instructions
This commit is contained in:
@@ -103,8 +103,6 @@ z deployments
|
|||||||
git pull -r
|
git pull -r
|
||||||
nvim sslip.io.yml
|
nvim sslip.io.yml
|
||||||
bosh -e vsphere -d sslip.io deploy sslip.io.yml -l <(lpass show --note deployments.yml) --no-redact
|
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 add -p
|
||||||
git ci -v -m"Bump sslip.io BOSH release: $OLD_VERSION → $VERSION"
|
git ci -v -m"Bump sslip.io BOSH release: $OLD_VERSION → $VERSION"
|
||||||
git push
|
git push
|
||||||
@@ -119,4 +117,9 @@ Update GCP/GKE with the new executable:
|
|||||||
```bash
|
```bash
|
||||||
kubectl rollout restart deployment/sslip.io
|
kubectl rollout restart deployment/sslip.io
|
||||||
kubectl rollout restart deployment/sslip.io-nginx
|
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 <https://ci.nono.io/teams/main/pipelines/sslip.io>
|
||||||
|
Reference in New Issue
Block a user