From d128f2fecf981454f1f946790e8d986a4b1e241d Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 4 Mar 2019 12:05:16 +0800 Subject: [PATCH] update image path Signed-off-by: Bo-Yi Wu --- README.md | 6 +++--- {screenshot => images}/demo2017.05.10.gif | Bin {screenshot => images}/trust.png | Bin 3 files changed, 3 insertions(+), 3 deletions(-) rename {screenshot => images}/demo2017.05.10.gif (100%) rename {screenshot => images}/trust.png (100%) diff --git a/README.md b/README.md index aa0874a..dba843f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ information and a listing of the available options please take a look at [the do **Note: Please update your image config path to `appleboy/drone-ssh` for drone. `plugins/ssh` is no longer maintained.** -![demo](./screenshot/demo2017.05.10.gif) +![demo](./images/demo2017.05.10.gif) ## Build Build the binary with the following commands: @@ -59,9 +59,9 @@ docker run --rm \ ## Mount key from file path -Please make sure that enable the `trusted` mode in project setting. +Please make sure that enable the `trusted` mode in project setting for [drone 0.8 version](https://0-8-0.docs.drone.io/). -![trusted mode](./screenshot/trust.png) +![trusted mode](./images/trust.png) Mount private key in `volumes` setting of `.drone.yml` config diff --git a/screenshot/demo2017.05.10.gif b/images/demo2017.05.10.gif similarity index 100% rename from screenshot/demo2017.05.10.gif rename to images/demo2017.05.10.gif diff --git a/screenshot/trust.png b/images/trust.png similarity index 100% rename from screenshot/trust.png rename to images/trust.png