소스 검색

: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

Loading…
취소
저장