Browse Source

Update '.drone.yml'

tubia 4 years ago
parent
commit
53290fefba
1 changed files with 11 additions and 9 deletions
  1. 11 9
      .drone.yml

+ 11 - 9
.drone.yml

@@ -4,12 +4,14 @@ 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
+    settings:
+      hosts: 
+        - mastodon.bida.im
+      user:
+        from_secret: user
+      key:
+        from_secret: ssh_key
+      source: ./
+      target: ~/MastodonMegafono
+      script:
+        - touch prova