From 740988c9fda9e03e33580e60ed5554262b69da79 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Thu, 8 Sep 2016 19:34:50 -0300 Subject: [PATCH] Updated DEPLOYMENT (markdown) --- DEPLOYMENT.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index 389119f..6677677 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -2,12 +2,17 @@ Follow this steps to deploy a new version of Rambox: -1. Commit all with Github Desktop Client. -2. Define Rambox version editing **app/package.json** and **appveyor.yml**. -3. Create a new **Github Release** with the version and publish it as a **Pre-Release**. -4. AppVeyor and Travis will start building automatically. -5. Once finished both CI, edit the Release and define the **Changelog** and save it (still **Pre-Release**). -6. Change the [index.html](https://github.com/saenzramiro/rambox/blob/gh-pages/index.html) of the Website and [README.md](https://github.com/saenzramiro/rambox/blob/master/README.md) to update if is necessary. -7. Update Wiki if necessary. -8. Go to **Heroku** instance and in Resources tab, disable Dynos and enable it again (if no version detected yet, we have to force it). -9. Go to **Firebase** and update with the new version to notify users. \ No newline at end of file +1. Once commited all with Github Desktop Client, clean and build the project: + + > `npm run sencha:clean` + + > `npm run sencha:compile:build` +2. Go to the **rambox-build** repo and commit and push changes. +3. Define Rambox version editing **app/package.json** and **appveyor.yml**. +4. Create a new **Github Release** with the version and publish it as a **Pre-Release**. +5. AppVeyor and Travis will start building automatically. +6. Once finished both CI, edit the Release and define the **Changelog** and save it (still **Pre-Release**). +7. Change the [index.html](https://github.com/saenzramiro/rambox/blob/gh-pages/index.html) of the Website and [README.md](https://github.com/saenzramiro/rambox/blob/master/README.md) to update if is necessary. +8. Update Wiki if necessary. +9. Go to **Heroku** instance and in Resources tab, disable Dynos and enable it again (if no version detected yet, we have to force it). +10. Go to **Firebase** and update with the new version to notify users. \ No newline at end of file