blog/.drone.yml

30 lines
479 B
YAML

workspace:
path: src
pipeline:
build:
image: webhippie/hugo:latest
pull: true
commands:
- make clean
- make build
docker:
image: plugins/docker
repo: gitea/blog
tags: [ '${DRONE_BRANCH##release/v}' ]
when:
event: [ push ]
branch: [ release/* ]
docker:
image: plugins/docker
repo: gitea/blog
tags: [ 'latest' ]
when:
event: [ push ]
branch: [ master ]
gitter:
image: plugins/gitter