diff options
author | Bryan Newbold <bnewbold@archive.org> | 2022-03-29 13:29:29 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2022-03-29 13:29:29 -0700 |
commit | 7696f9eb513bc1ea029e3c9ba32b927e7d0fbd7f (patch) | |
tree | 210113be38c4006e7391b0729028b59518cf1773 | |
parent | 112b9c1f8a4e373916a7984c64fe967d18e373c8 (diff) | |
download | es-public-proxy-7696f9eb513bc1ea029e3c9ba32b927e7d0fbd7f.tar.gz es-public-proxy-7696f9eb513bc1ea029e3c9ba32b927e7d0fbd7f.zip |
update release instructions
-rw-r--r-- | extra/HOWTO_release.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/HOWTO_release.md b/extra/HOWTO_release.md index de4a1e8..3a147d6 100644 --- a/extra/HOWTO_release.md +++ b/extra/HOWTO_release.md @@ -15,4 +15,9 @@ push/tag/etc: - push to crates.io: `cargo publish` - create a git tag: `git tag vX.Y.Z -a -s -u bnewbold@archive.org -m "bump version to X.Y.Z"` - push git and tag: `git push`, `git push --tags` +- if still supporting ubuntu xenial, do .deb build on a xenial machine - upload deb package, eg: `ia upload es-public-proxy-deb ./target/debian/es-public-proxy_X.Y.Z_amd64.deb` + +deploy process (archive.org services): +- can just download .deb and install (`sudo apt install ./es-public-proxy_X.Y.Z_amd64.deb`) +- update ansible roles with new version so it gets deployed in the future |