Browse Source

Drone file test

master
Chris Smith 5 years ago
parent
commit
7506788974
1 changed files with 21 additions and 0 deletions
  1. 21
    0
      .drone.yml

+ 21
- 0
.drone.yml View File

@@ -0,0 +1,21 @@
1
+kind: pipeline
2
+name: default
3
+
4
+steps:
5
+- name: docker  
6
+  image: plugins/docker
7
+  settings:
8
+    auto_tag: true
9
+    registry: r.c5h.io
10
+    repo: r.c5h.io/testchamethcom
11
+    username:
12
+      from_secret: dockerusername
13
+    password:
14
+      from_secret: dockerpassword
15
+        
16
+trigger:
17
+  branch:
18
+  - master
19
+  event:
20
+  - push
21
+

Loading…
Cancel
Save