From 4f30b2ef8a66006ac7d6e57f76a93a52bb645a4e Mon Sep 17 00:00:00 2001 From: Mark McEver Date: Thu, 5 Nov 2015 08:32:01 -0600 Subject: [PATCH] Fixed the Bitbucket deploy key url (a 404 is returned without the trailing slash). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aed4869..be70a19 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ _Automatically deploy the code using PHP and Git._ ### Bitbucket 1. _(This step is only needed for private repositories)_ Go to - `https://bitbucket.org/USERNAME/REPOSITORY/admin/deploy-keys` and add your + `https://bitbucket.org/USERNAME/REPOSITORY/admin/deploy-keys/` (trailing slash required) and add your server SSH key. 1. Go to `https://bitbucket.org/USERNAME/REPOSITORY/admin/services`. 1. Add **POST** service.