Skip to content

Commit 8b39c98

Browse files
authored
Merge pull request #8 from Ev-1/add/drone-conf
Created build config for drone
2 parents a87e3e0 + 9ff04d6 commit 8b39c98

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.drone.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
pipeline:
3+
build:
4+
image: plugins/docker
5+
repo: rnorge/music
6+
secrets: [ docker_username, docker_password ]
7+
tags:
8+
- latest
9+
- ${DRONE_TAG}
10+
when:
11+
event:
12+
- tag

0 commit comments

Comments
 (0)