|
|
@@ -111,8 +111,8 @@ You also need to setup a `post-receive` hook on the host server.
|
|
111
|
111
|
|
|
112
|
112
|
#### Uploads Directories
|
|
113
|
113
|
1. Download to development machine: `rsync -av <user>@<host>:/opt/vue-wp/uploads/ <local directory>`
|
|
114
|
|
-2. Upload from development machine: `rsync -azP ./uploads/* next:/opt/staging/vue-wp.git/uploads/`
|
|
115
|
|
-3.
|
|
|
114
|
+2. Upload from development machine: `rsync -azP <file-path-to>/uploads/* <user>@<host>:/opt/staging/vue-wp.git/uploads/`
|
|
|
115
|
+
|
|
116
|
116
|
#### mysql Dump
|
|
117
|
117
|
1. On the production machine:
|
|
118
|
118
|
```
|