We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a71a9b commit b6ba17cCopy full SHA for b6ba17c
README.md
@@ -12,3 +12,6 @@ Comes with Geolocation API
12
## Build and deploy instructions
13
- `npm run dist` will run a build, then convert it to a wordpress compatible theme.
14
- Upload the `dist` folder to `/mnt/efs/fs1/wordpress/wp-content/themes/dazser-map`
15
+ - `sudo rm -rf /mnt/efs/fs1/wordpress/wp-content/themes/dazser-map`
16
+ - `sudo mv ~/dist /mnt/efs/fs1/wordpress/wp-content/themes/dazser-map`
17
+ - `sudo chown www-data:www-data /mnt/efs/fs1/wordpress/wp-content/themes/dazser-map -R`
0 commit comments