1
0
kpmy 8 жил өмнө
parent
commit
6362b04f2e
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

@@ -1,10 +1,10 @@
 pipeline:
-  build:
+  qfe_build:
     image: node
     commands:
       - npm install -g bower
       - bower install --allow-root
-  deploy:
+  qfe_docker:
     image: docker
     volumes:
       - /var/run/docker.sock:/var/run/docker.sock