This commit is contained in:
parent
09bda75499
commit
89ffc7ef48
21
.drone.yml
21
.drone.yml
@ -1,16 +1,13 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: publish
|
- name: semantic-release
|
||||||
image: plugins/docker
|
image: entwico/semantic-release
|
||||||
settings:
|
settings:
|
||||||
repo: sthopeless/website-example
|
mode: release # "release" means the actual release and "predict" means to generate the version in dry run to use it e.g. before build
|
||||||
username:
|
version_file: .release-version # the file where the version will be persisted, defaults to .release-version
|
||||||
from_secret: docker_username
|
git_user_name: Sthope # semantic release committer name (git config user.name)
|
||||||
password:
|
git_login: sthope
|
||||||
from_secret: docker_password
|
git_password:
|
||||||
tags:
|
from_secret: sthopegit
|
||||||
- latest
|
|
||||||
- ${DRONE_TAG}
|
|
||||||
auto_tag: true
|
|
||||||
force_tag: true
|
|
Loading…
x
Reference in New Issue
Block a user