From 65266ab466c7300c9437341dd2fb216a02e3a29d Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Tue, 3 Apr 2012 14:23:38 +0100 Subject: Now use _deploy.yml for deployment options. --- .gitignore | 1 + _config.yml | 11 ----------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index ff5e6b3..59c2305 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ _site_build/_posts *.swp *~ .DS_Store +_deploy.yml diff --git a/_config.yml b/_config.yml index 506149e..dc30af1 100644 --- a/_config.yml +++ b/_config.yml @@ -99,14 +99,3 @@ generate_category_indexes: true # *************************** # The number of test posts that will be generated by the task test_posts:create num_test_posts: 50 - -# *************************** -# DEPLOYMENT -# *************************** -# These options are used by the Rake task site:deploy:production. -# The task will prompt you for any values that you do not wish to specifiy within the configuration file. -deployment: - host: davidtsadler.com -# user: -# port: -# directory: -- cgit v1.2.3-13-gbd6f