diff --git a/.drone.yml b/.drone.yml index 4d78537..4db27f4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,10 +10,13 @@ steps: - name: dazzle path: /home/light/dazzle/:/dazzle commands: - - npm install - - npm run build + # - npm install + # - npm run build + - pwd - ls . + - ls .. - ls / + - ls /home/ - cp -r ./build/* /dazzle/ - ls /dazzle/ - cat /dazzle/index.html