Explorar el Código

:poop: testing build with ssh push part 3

tags/0.9.0
J hace 5 años
padre
commit
3232150d74
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      .drone.yml

+ 2
- 1
.drone.yml Ver fichero

@@ -63,9 +63,10 @@ steps:
63 63
   settings:
64 64
     branch: master
65 65
     remote: maeda@143.110.234.41:opt/vue-wp.git
66
+    remote_name: staging
66 67
     force: true
67 68
     ssh_key:
68
-      from_secret: infra_key
69
+      from_secret: push_deploy_key
69 70
 
70 71
 volumes:
71 72
   - name: node_cache

Loading…
Cancelar
Guardar