This commit is contained in:
Vladimir Levin 2023-08-06 18:03:46 +09:00
parent a68b9910d6
commit 355a3e83a2
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Runs [minio client](https://min.io/docs/minio/linux/reference/minio-mc.html) to
bucket: my_bucket_name
source: ./public
# Leading slash is required
target: '/my-awesome-site/public'
target: '/my-awesome-site'
# If you omit the `recursive` argument, action only copies objects in the top level of the specified directory.
recursive: true
```