docker-matomo/.drone.yml

13 lines
358 B
YAML
Raw Permalink Normal View History

2018-04-17 13:56:26 +00:00
pipeline:
download:
image: docker.io/fedora
commands:
2018-04-17 14:07:06 +00:00
- mkdir root/matomo
- curl https://builds.matomo.org/piwik-3.4.0.tar.gz | tar zxv --strip 1 -C root/matomo
2018-04-17 13:56:26 +00:00
docker:
image: docker.io/plugins/docker
repo: docker.jcg.re/matomo
registry: docker.jcg.re
secrets: [ docker_username, docker_password ]
auto_tag: true