ソースを参照

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

tags/0.9.0
J 5年前
コミット
a9361ddd6d
1個のファイルの変更12行の追加1行の削除
  1. 12
    1
      README.md

+ 12
- 1
README.md ファイルの表示

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

読み込み中…
キャンセル
保存