ci: configure woodpecker pipeline
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
0f0550c7f1
commit
044845f09b
1 changed files with 17 additions and 0 deletions
17
.woodpecker.yml
Normal file
17
.woodpecker.yml
Normal 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
|
Loading…
Reference in a new issue