Deploy to production using docker stack deploy
Go to file
Dmitriy Pleshevskiy d56a9a6b44
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci: change registry
2023-03-09 15:45:16 +03:00
.woodpecker.yml ci: change registry 2023-03-09 15:45:16 +03:00
Dockerfile initial commit 2022-06-06 16:46:25 +03:00
entrypoint.sh use auth flags if provide registry 2023-03-09 15:16:51 +03:00
readme.md add org_registry env by default 2022-06-07 14:59:39 +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 $ORG_REGISTRY Authenticates to this registry
username string Authenticates with this username
password string Authenticates with this password