diff --git a/.drone.yml b/.drone.yml index cba101c..a252d01 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,4 +14,5 @@ steps: - main commands: - npm install -g vercel@latest - - /bin/sh ./web/deploy.sh + - cd web + - /bin/sh deploy.sh