Merge pull request #85 from a2csuga/master

Fix manual deployment command for S3
This commit is contained in:
Armin Ronacher 2016-03-28 10:48:15 +02:00
commit 6190bb6061
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