From fedb7ac2c8c8ccadd35ab40fd75faaa7e5cbf2f0 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Mon, 8 Aug 2016 22:18:07 -0300 Subject: [PATCH] Updated DEPLOYMENT (markdown) --- DEPLOYMENT.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index 5ac56ac..36d5add 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -12,11 +12,12 @@ These are the steps to deploy a new version of Rambox here. # CI 1. Commit all with Github desktop client. -2. Then in Github Shell, do: +2. Wait until CI finish building successfully. +3. Then in Github Shell, to generate and upload artifacts do: ```powershell git tag -a 0.4.2 -m " " -git push origin master --tags +git push --tags ``` ### Extras