Browse Source

Add drone config

Kirk Trombley 4 years ago
parent
commit
75a6e2ed09
1 changed files with 18 additions and 0 deletions
  1. 18 0
      .drone.yml

+ 18 - 0
.drone.yml

@@ -0,0 +1,18 @@
+kind: pipeline
+type: docker
+name: main
+
+steps:
+- name: publish  
+  image: plugins/docker
+  settings:
+    username: 
+        from_secret: registry_username
+    password: 
+        from_secret: registry_password
+    repo: registry.hiram.services/mc-status
+    tags: latest
+    registry: registry.hiram.services
+  when:
+    branch:
+    - master