From f04d14dee2270693a52e7b3bf10a2ca98f5e43f2 Mon Sep 17 00:00:00 2001 From: Atsushi Suga Date: Thu, 24 Mar 2016 23:51:34 +0900 Subject: [PATCH] Fix manual deployment command for S3 Slash and asterisk (/*) must be required to specify source path otherwise uploading cache directory itself. --- content/docs/deployment/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/deployment/contents.lr b/content/docs/deployment/contents.lr index d2391027..0eb9ed12 100644 --- a/content/docs/deployment/contents.lr +++ b/content/docs/deployment/contents.lr @@ -112,7 +112,7 @@ you can do that easily as well. For instance if you want to deploy to S3 with [s3cmd](http://s3tools.org/s3cmd-sync) you could do this: ``` -$ lektor build && s3cmd sync "$(lektor project-info --output-path)" "s3://my-bucket/some/path" +$ lektor build && s3cmd sync "$(lektor project-info --output-path)"/* "s3://my-bucket/some/path" ``` Assisted deployments are also supported directly from the admin UI. There is a