|
|
@@ -88,4 +88,15 @@ WORDPRESS_DB_USER=root
|
|
88
|
88
|
IS_DEV=false
|
|
89
|
89
|
```
|
|
90
|
90
|
|
|
91
|
|
-Lastly set your directory owner to `www-data` with `docker exec -it vue-wp chown -R www-data:www-data ./wp-content`
|
|
|
91
|
+Lastly set your directory owner to `www-data` with `docker exec -it vue-wp chown -R www-data:www-data ./wp-content`
|
|
|
92
|
+
|
|
|
93
|
+:robot: Drone CI/CD
|
|
|
94
|
+-------------------
|
|
|
95
|
+
|
|
|
96
|
+We use Drone for automated testing and deployment.
|
|
|
97
|
+
|
|
|
98
|
+To get automated builds working...
|
|
|
99
|
+
|
|
|
100
|
+You MUST add your *private* `id_rsa` to the pipeline secrets under the name `push_deploy_key`
|
|
|
101
|
+
|
|
|
102
|
+You MUST have the `post-receive` hook running correctly
|