From 878939164896542eefd451398fdc8b5e55c708aa Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 26 Oct 2020 22:16:44 -0600 Subject: [PATCH] test docker-compose --- drone.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/drone.yml b/drone.yml index f066b34..d1a9cbd 100644 --- a/drone.yml +++ b/drone.yml @@ -2,15 +2,8 @@ kind: pipeline type: docker name: default steps: -- name: build_client - image: node - commands: - - cd Client - - npm install - - node node_modules/@angular/cli/bin/ng build --prod --configuration=production - - name: dockerize - image: docker-compose + image: docker volumes: - name: docker_sock path: /var/run/docker.sock @@ -18,6 +11,15 @@ steps: - cd Server - docker-compose up -d +- name: build_client + image: node + commands: + - cd Client + - npm install + - node node_modules/@angular/cli/bin/ng build --prod --configuration=production + + + volumes: - name: docker_sock host: