From f04b5c78953f7fed708576e1cd29fbb56eabfd74 Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 26 Oct 2020 18:01:01 -0600 Subject: [PATCH] deploy step --- drone.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/drone.yml b/drone.yml index d862cc0..e587248 100644 --- a/drone.yml +++ b/drone.yml @@ -7,15 +7,10 @@ steps: commands: - apt update - apt install tree - - cd Server/src - - ls - - cd ../../ - cd Client - npm install - node node_modules/@angular/cli/bin/ng build --prod --configuration=production - - cd ../ - - tree -a -I 'node_modules' - - cd Server/www + - cd ../Server/www - ls when: event: @@ -24,7 +19,8 @@ steps: - name: deploy image: node commands: - - node --version + - cd Server/www + - ls when: event: - promote