From 3bf3fce27ce95af8bd3bdd0673b3205a487c0a17 Mon Sep 17 00:00:00 2001 From: Alexis Hernandez Date: Sun, 30 Sep 2018 23:12:43 -0600 Subject: [PATCH] infra: Fix deploy-web-ui.md symbol --- infra/deployment/deploy-web-ui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/deployment/deploy-web-ui.md b/infra/deployment/deploy-web-ui.md index 0cdf1c5..d907e50 100644 --- a/infra/deployment/deploy-web-ui.md +++ b/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 - 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`