瀏覽代碼

Add drone config

Kirk Trombley 4 年之前
父節點
當前提交
75a6e2ed09
共有 1 個文件被更改,包括 18 次插入0 次删除
  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