Fix manual deployment command for S3

Slash and asterisk (/*) must be required to specify source path
otherwise uploading cache directory itself.
This commit is contained in:
Atsushi Suga 2016-03-24 23:51:34 +09:00
parent 78784cd34f
commit f04d14dee2
1 changed files with 1 additions and 1 deletions

View File

@ -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