ci: configure woodpecker pipeline
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Dmitriy Pleshevskiy 2023-03-09 05:48:03 +03:00
parent 0f0550c7f1
commit 044845f09b
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
1 changed files with 17 additions and 0 deletions

17
.woodpecker.yml Normal file
View File

@ -0,0 +1,17 @@
when:
branch: main
pipeline:
build-docker-image:
image: plugins/docker
settings:
repo: registry.pleshevski.ru/${CI_REPO}
tags: ${CI_COMMIT_SHA:0:8}
deploy:
image: registry.pleshevski.ru/drone_plugins/docker_stack
pull: true
environment:
PLESHEVSKI_IMAGE: registry.pleshevski.ru/${CI_REPO}:${CI_COMMIT_SHA:0:8}
settings:
name: pleshevski