Deploy to production using docker stack deploy
Go to file
Dmitriy Pleshevskiy c26aab1ac0
continuous-integration/drone/push Build is passing Details
quote stack name
2022-06-07 10:09:15 +03:00
.drone.yml initial commit 2022-06-06 16:46:25 +03:00
Dockerfile initial commit 2022-06-06 16:46:25 +03:00
entrypoint.sh quote stack name 2022-06-07 10:09:15 +03:00
readme.md doc: add readme 2022-06-06 16:55:31 +03:00

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