Deploy to production using
docker stack deploy
Dmitriy Pleshevskiy
73a64b6ea1
Some checks failed
continuous-integration/drone/push Build is failing
|
||
---|---|---|
.drone.yml | ||
Dockerfile | ||
entrypoint.sh | ||
readme.md |
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 |