luis 7 年之前
父节点
当前提交
7fe4ad5ba5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

@@ -2,9 +2,9 @@ pipeline:
   backend:
     image: golang
     commands:
-      - make backend
+      - "make backend"
     extra_hosts:
-      archvm: 192.168.0.6
+      - archvm:192.168.0.6
   frontend:
     image: node:6
     commands: