This repository has been archived on 2024-07-25. You can view files and clone it, but cannot push or open issues or pull requests.
docker_stack/README.md
Dmitriy Pleshevskiy 4c632b99f8
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
add support of CI_REPO_NAME
2023-03-15 12:32:36 +03:00

16 lines
933 B
Markdown

# Docker stack deploy
![CI](https://ci.pleshevski.ru/api/badges/drone_plugins/docker_stack/status.svg)
Simple bash plugin to login and stack deploy
## Options
| property | type | default | description |
| ----------------- | ------ | -------------------------------- | ----------------------------------------- |
| name | string | $DRONE_REPO_NAME / $CI_REPO_NAME | Stack name |
| compose_file_path | string | docker-compose.yml | Path to your docker compose configuration |
| registry | string | $ORG_REGISTRY | Authenticates to this registry |
| username | string | | Authenticates with this username |
| password | string | | Authenticates with this password |