Skip to content

Commit d94c550

Browse files
authored
Update README.md
1 parent c88d399 commit d94c550

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ Update instructions assuming the above structure:
8080

8181
```shell
8282
url="https://..."
83-
prod="/var/www/unity-web-portal"
84-
old="/var/www/unity-web-portal-1.1.0"
85-
new="/var/www/unity-web-portal-1.2.0"
83+
prod="/srv/www/unity-web"
84+
old="/srv/www/unity-web-1.1.0"
85+
new="/srv/www/unity-web-1.2.0"
8686

8787
mkdir "$new" && cd "$new"
8888
git clone "$url" .

0 commit comments

Comments
 (0)