Parcourir la source

:pencil: added some drone secret info for ci/cd

tags/0.9.0
J il y a 5 ans
Parent
révision
a9361ddd6d
1 fichiers modifiés avec 12 ajouts et 1 suppressions
  1. 12
    1
      README.md

+ 12
- 1
README.md Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer