diff --git a/.drone.yml b/.drone.yml index 146948b..7329c6f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,6 +38,7 @@ services: - name: resume image: node commands: + - 'echo "running the command"' - "npx http-server" ---