Colin Powell 2 anni fa
parent
commit
a0d67cbcd2
1 ha cambiato i file con 11 aggiunte e 0 eliminazioni
  1. 11 0
      .drone.yml

+ 11 - 0
.drone.yml

@@ -23,6 +23,17 @@ steps:
       # Mount pip cache from host
       - name: pip_cache
         path: /root/.cache/pip
+  - name: lab deploy
+    image: appleboy/drone-ssh
+    settings:
+      host:
+        - vrobbler.service
+      username: root
+      ssh_key:
+        from_secret: ssh_key
+      command_timeout: 2m
+      script:
+        - ls
 volumes:
   - name: docker
     host: