Uploading multiple files (README) (#7)

* First changes.

* Fixing typo.

* Making improvments.

* Removing unnecessary code.

* Improvements and code formatting

* Additional formatting.

* First changes.

* Fix

* Minor improvements.

* RM else

Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
opyale 2020-05-19 00:13:56 +02:00 committed by GitHub
parent b401b2bfb4
commit 33594bbc59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,12 @@ pipeline:
target: PLUGIN_PASSWORD
```
## FAQ
#### How do I upload multiple files at once?
Since this script uses **curl** to upload your files, you can use it's corresponding syntax.<br>
An example, taken from the official [documentation](https://curl.haxx.se/docs/manpage.html#-T), would be to pass ``{dogs.png,cats.jpg}`` to ``PLUGIN_FILE``.
## Customization
The following environment variables can be used for further cutomization: