From 87a8f2d158739a0eb31388d472d30ba3bf2741b1 Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Wed, 6 Mar 2019 12:27:37 +0100 Subject: [PATCH] fixed table in README --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 12a0d27..a95f684 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,15 @@ It provides an integration with Drone CI promote feature to trigger a pipeline r 1. Ensure that from your Drone account you have an access token and permissions to promote a build for the project and branch, you want to use. 2. Go to "Settings - Drone Deploys" and add a your drone configuration like below as following -| | -| --- | --- -| URL: | your drone server url, pe. https://YOUR.DRONE.SERVER -| Token: | your drone access token -| Owner: | the owner of the git repository -| Project: | the git project -| Branch: | the branch in your git repository for the deployment -| Target: | the target condition used in your drone pipeline -| Build: | the build number used as base for deployment, leave empty and the addon will use the latest successfull build based on a push event +| | | +| --- | --- | +| URL: | your drone server url, pe. https://YOUR.DRONE.SERVER | +| Token: | your drone access token | +| Owner: | the owner of the git repository | +| Project: | the git project | +| Branch: | the branch in your git repository for the deployment | +| Target: | the target condition used in your drone pipeline | +| Build: | the build number used as base for deployment, leave empty and the addon will use the latest successfull build based on a push event | ### Permissions