From 022ff94a9c4c9eb797077f1d9ee5f62614655e96 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Fri, 17 May 2019 20:17:33 +0200 Subject: [PATCH] Required vs optional --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65355f8..8af833c 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,7 @@ You have to set the username and password for your FTP server in the `FTP_USERNAME` and `FTP_PASSWORD` secret. - -## Optional settings +## Required settings ```yaml environment: @@ -19,6 +18,12 @@ environment: FTP_PASSWORD: from_secret: password PLUGIN_HOSTNAME: example.com:21 +``` + +## Optional settings + +```yaml +environment: PLUGIN_DEST_DIR: /path/to/dest (default /) PLUGIN_SRC_DIR: /path/to/dest (default ./) PLUGIN_SECURE: true | false (default true)