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 73a64b6ea1
Some checks failed
continuous-integration/drone/push Build is failing
add org_registry env by default
2022-06-07 14:59:39 +03:00

14 lines
753 B
Markdown

# 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 | $ORG_REGISTRY | Authenticates to this registry |
| username | string | | Authenticates with this username |
| password | string | | Authenticates with this password |