diff --git a/.drone.yml b/.drone.yml index ce307e21..0e343afc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,7 +37,6 @@ steps: key: from_secret: ssh-www-data-maketank-rsa script: - - echo "Hello World! Yes!" - #- cd ~/froxlor-test && composer install --no-dev - #- cd ~/froxlor-test && npm install && npm run build + - cd ~/froxlor-test && composer install --no-dev + - cd ~/froxlor-test && npm install && npm run build