Browse Source

Add .drone.yml

Add .drone.yml for the pipeline control
tubia 4 years ago
parent
commit
b62c32998e
1 changed files with 15 additions and 0 deletions
  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