Remove broken deploy config #255

This commit is contained in:
Ilkka Seppala 2015-09-26 22:52:59 +03:00
parent 83fed6dd34
commit 621c3498f6

View File

@ -16,15 +16,3 @@ after_success:
- bash update-ghpages.sh
sudo: false
deploy:
provider: s3
access_key_id: AKIAJVPJZO7743HVSDHA
secret_access_key:
secure: iHjLIy+dHku1o8PrjGhz1mMfM971nqmpjo2mzVNYqYrxlB8zoAqwlz9LoFJcUAKbxhHLJT/LgtYYj+uBspUMOITejaiyCDcM8edGwSXKJu+g+Fp0PVGZQXGziGInmUVT9b2lpAV8Nn2sRpAHgHrM9fKaAU3epG5LfVkQxSkGZp0=
bucket: java-design-patterns.com
local-dir: _site
acl: public_read
skip_cleanup: true
on:
all_branches: true