This commit is contained in:
parent
5b740674ae
commit
a0ae0085cc
11
.drone.yml
11
.drone.yml
@ -9,15 +9,16 @@ steps:
|
|||||||
#- ln -snf /usr/share/zoneinfo/$(echo "Europe/Prague") /etc/localtime && echo $(echo "Europe/Prague") > /etc/timezone
|
#- ln -snf /usr/share/zoneinfo/$(echo "Europe/Prague") /etc/localtime && echo $(echo "Europe/Prague") > /etc/timezone
|
||||||
- apk add git
|
- apk add git
|
||||||
- git clone https://git.lipovcan.cz/Upstream/mikrotik-exporter.git
|
- git clone https://git.lipovcan.cz/Upstream/mikrotik-exporter.git
|
||||||
- cd mikrotik-exporter
|
- mv mikrotik-exporter/* .
|
||||||
|
- name: build-image
|
||||||
|
image: plugins/docker
|
||||||
|
#environment:
|
||||||
|
# TOKEN:
|
||||||
|
# from_secret: one_of_the_tokens
|
||||||
settings:
|
settings:
|
||||||
username: kevinbacon
|
username: kevinbacon
|
||||||
password: pa55word
|
password: pa55word
|
||||||
repo: foo/bar
|
repo: foo/bar
|
||||||
tags:
|
|
||||||
- latest
|
|
||||||
- '1.0.1'
|
|
||||||
- '1.0'
|
|
||||||
|
|
||||||
|
|
||||||
# - name: publish
|
# - name: publish
|
||||||
|
Loading…
Reference in New Issue
Block a user