aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extra/HOWTO_release.md5
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