Просмотр исходного кода

:poop: testing build with ssh push

tags/0.9.0
J 5 лет назад
Родитель
Сommit
8382b3eb7d
1 измененных файлов: 8 добавлений и 8 удалений
  1. 8
    8
      .drone.yml

+ 8
- 8
.drone.yml Просмотреть файл

58
 
58
 
59
 steps:
59
 steps:
60
 # Test the vue theme
60
 # Test the vue theme
61
-- name: check
62
-  image: node
63
-  commands:
64
-  - ls -la ./vue-theme/build
65
-  volumes:
66
-  # Link node_modules cache from host filesystem into container at the expected location
67
-  - name: build
68
-    path: /drone/src/vue-theme/build
61
+- name: push commit
62
+  image: appleboy/drone-git-push
63
+  settings:
64
+    branch: master
65
+    remote: git@143.110.234.41:opt/vue-wp.git
66
+    force: true
67
+    ssh_key:
68
+      from_secret: infra_key
69
 
69
 
70
 volumes:
70
 volumes:
71
   - name: node_cache
71
   - name: node_cache

Загрузка…
Отмена
Сохранить