Browse Source

infra: Fix deploy-web-ui.md symbol

prometheus-integration v2018.09.30
Alexis Hernandez 7 years ago
parent
commit
3bf3fce27c
  1. 2
      infra/deployment/deploy-web-ui.md

2
infra/deployment/deploy-web-ui.md

@ -15,5 +15,5 @@ These steps should be run in a place where you have cloned the repository, like
## Server ## Server
- login. `ssh xsnexplorer.io` - login. `ssh xsnexplorer.io`
- unzip the project: `unzip ~/web-ui.zip -d ~/`` - unzip the project: `unzip ~/web-ui.zip -d ~/`
- move the files: `sudo rsync -a ~/dist/ /var/www/html/ --remove-source-files` - move the files: `sudo rsync -a ~/dist/ /var/www/html/ --remove-source-files`

Loading…
Cancel
Save