Deploy to production using docker stack deploy
Go to file
Dmitriy Pleshevskiy 33168324dc
ci/woodpecker/push/woodpecker Pipeline was successful Details
fixup: missed line break
2023-03-15 16:21:13 +03:00
.woodpecker.yml ci: use org registry environment 2023-03-10 18:16:13 +03:00
Dockerfile use latest docker dind image 2023-03-10 18:16:31 +03:00
README.md add support of CI_REPO_NAME 2023-03-15 12:32:36 +03:00
entrypoint.sh fixup: missed line break 2023-03-15 16:21:13 +03:00

README.md

Docker stack deploy

CI

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