This website works better with JavaScript.
Home
Help
Register
Sign In
r3pek
/
docker-haraka
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Activity
Browse Source
Add Drone CI file
master
Carlos Mogas da Silva
2 years ago
commit
fd8b624d7c
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
.drone.yml
+ 8
- 0
.drone.yml
View File
@ -0,0 +1,8 @@
pipeline:
publish:
image
:
plugins/docker
repo
:
r3pek/haraka
secrets
:
[
docker_username, docker_password ]
when:
branch
:
master
event
:
push
Write
Preview
Loading…
Cancel
Save