Updated DEPLOYMENT (markdown)

master
Ramiro Saenz 9 years ago
parent
commit
fedb7ac2c8
  1. 5
      DEPLOYMENT.md

5
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

Loading…
Cancel
Save