From 7696f9eb513bc1ea029e3c9ba32b927e7d0fbd7f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 29 Mar 2022 13:29:29 -0700 Subject: update release instructions --- extra/HOWTO_release.md | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3