From df3d6ef13f9e67f89c7cab9fb3b4669d46d2abc8 Mon Sep 17 00:00:00 2001 From: saenzramiro Date: Wed, 13 Jul 2016 13:07:29 -0300 Subject: [PATCH] Created DEPLOYMENT (markdown) --- DEPLOYMENT.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 DEPLOYMENT.md diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md new file mode 100644 index 0000000..e8c4d82 --- /dev/null +++ b/DEPLOYMENT.md @@ -0,0 +1,9 @@ +### Private + +These are the steps to deploy a new version of Rambox here. + +1. Upload the new release for Windows, Mac and Linux to Github with all the Changelog, and save it as a draft. +2. Change the website and README.md to update if is necessary. +3. Release the version in Github. +4. Go to Heroku instance and in Resources tab, disable Dynos and enable it again (if no version detected yet, we have to force it). +5. Go to Firebase and update with the new version to notify users. \ No newline at end of file