diff --git a/drone.yml b/drone.yml index e587248..0c8c85d 100644 --- a/drone.yml +++ b/drone.yml @@ -5,24 +5,11 @@ steps: - name: build_client image: node commands: - - apt update - - apt install tree - cd Client - npm install - node node_modules/@angular/cli/bin/ng build --prod --configuration=production - - cd ../Server/www - - ls - when: - event: - - push - - pull_request -- name: deploy +- name: build_server image: node commands: - - cd Server/www - - ls - when: - event: - - promote - target: - - production \ No newline at end of file + - cd Server + - npm install \ No newline at end of file