diff --git a/drone.yml b/drone.yml index 433cd6a..38612d0 100644 --- a/drone.yml +++ b/drone.yml @@ -11,8 +11,8 @@ steps: - "cd Client" - "npm install" - "node node_modules/@angular/cli/bin/ng build --prod --configuration=production" - - "cd ../Server/src/www" - - "ls" + - "cd ../ + - "tree" when: event: - push