diff --git a/drone.yml b/drone.yml index 0c8c85d..e4b9c0d 100644 --- a/drone.yml +++ b/drone.yml @@ -2,12 +2,18 @@ kind: pipeline type: docker name: default steps: +- name: dockerize + image: docker + commands: + - docker --version + - name: build_client image: node commands: - cd Client - npm install - node node_modules/@angular/cli/bin/ng build --prod --configuration=production + - name: build_server image: node commands: