pleshevski.ru/.woodpecker.yml

18 lines
378 B
YAML
Raw Normal View History

2023-03-09 05:48:03 +03:00
when:
branch: main
pipeline:
build-docker-image:
image: plugins/docker
settings:
2023-03-09 15:49:18 +03:00
repo: git.pleshevski.ru/${CI_REPO}
2023-03-09 05:48:03 +03:00
tags: ${CI_COMMIT_SHA:0:8}
deploy:
2023-03-09 15:49:18 +03:00
image: git.pleshevski.ru/drone_plugins/docker_stack
2023-03-09 05:48:03 +03:00
pull: true
environment:
2023-03-09 15:49:18 +03:00
PLESHEVSKI_IMAGE: git.pleshevski.ru/${CI_REPO}:${CI_COMMIT_SHA:0:8}
2023-03-09 05:48:03 +03:00
settings:
name: pleshevski