From c629d2fc2a95e0552a2a362e8246ed07012eebc2 Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 26 Oct 2020 17:35:43 -0600 Subject: [PATCH] cd to server/www --- drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drone.yml b/drone.yml index 644436d..d862cc0 100644 --- a/drone.yml +++ b/drone.yml @@ -15,7 +15,7 @@ steps: - node node_modules/@angular/cli/bin/ng build --prod --configuration=production - cd ../ - tree -a -I 'node_modules' - - cd www + - cd Server/www - ls when: event: