From 7d2ccda47b9b12f7a7a2aa2acac1ab2c5b0e163a Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 21 Mar 2016 11:41:02 +0100 Subject: [PATCH] fix table in readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 69c3df7..d8ff382 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ The site gets built & deployed automatically via Codeship under the following co The [deployment script](_ci/deploy.sh) requires the following environment variables to be set: -| variable | description -|--|-- -| `$DEPLOY_SRC` | source of CI build artifacts. On Codeship this is usually `~/src/github.com/ascribe/wp-theme/ascribe/` -| `$DEPLOY_USER` | user for connecting to deploy server -| `$DEPLOY_HOST` | hostname of deploy server -| `$DEPLOY_PATH` | path to deploy into on deploy server, should be `PATH_ON_SERVER/wp-content/themes/` +variable | description +---|--- +`$DEPLOY_SRC` | source of CI build artifacts. On Codeship this is usually `~/src/github.com/ascribe/wp-theme/ascribe/` +`$DEPLOY_USER` | user for connecting to deploy server +`$DEPLOY_HOST` | hostname of deploy server +`$DEPLOY_PATH` | path to deploy into on deploy server, should be `PATH_ON_SERVER/wp-content/themes/`