From 7ca32e29a04b632b80d3b0a4a1d9571a1820925d Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Mon, 6 Jun 2022 16:55:31 +0300 Subject: [PATCH] doc: add readme --- readme.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..d0866de --- /dev/null +++ b/readme.md @@ -0,0 +1,13 @@ +# Docker stack deploy + +Simple bash plugin to login and stack deploy + +## Options + +| property | type | default | description | +| ----------------- | ------ | ------------------ | ----------------------------------------- | +| name | string | $DRONE_REPO_NAME | Stack name | +| compose_file_path | string | docker-compose.yml | Path to your docker compose configuration | +| registry | string | | Authenticates to this registry | +| username | string | | Authenticates with this username | +| password | string | | Authenticates with this password |