diff options
| author | davidtsadler <davidtsadler@googlemail.com> | 2012-04-03 14:23:38 +0100 |
|---|---|---|
| committer | davidtsadler <davidtsadler@googlemail.com> | 2012-04-03 14:23:38 +0100 |
| commit | 65266ab466c7300c9437341dd2fb216a02e3a29d (patch) | |
| tree | cee587a68d4981f02b89a52f8fe78bb6a4552b34 | |
| parent | 5f73a5b666c9e6ffbe5e744ec3a1fe5f55e2ed5c (diff) | |
Now use _deploy.yml for deployment options.
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | _config.yml | 11 |
2 files changed, 1 insertions, 11 deletions
@@ -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: |
