瀏覽代碼

Add .drone.yml

Add .drone.yml for the pipeline control
tubia 4 年之前
父節點
當前提交
b62c32998e
共有 1 個文件被更改,包括 15 次插入0 次删除
  1. 15 0
      .drone.yml

+ 15 - 0
.drone.yml

@@ -0,0 +1,15 @@
+kind: pipeline
+name: megafono
+
+steps:
+  - name: deploy
+    image: drillster/drone-rsync
+    hosts: ["mastodon.bida.im"]
+    user:
+      from_secret: user
+    key:
+      from_secret: ssh_key
+    source: ./
+    target: ~/MastodonMegafono
+    script:
+      - touch prova