diff --git a/.drone.yml b/.drone.yml index f81dfc3..6391ac6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,3 +7,16 @@ steps: commands: - npm install - npm run build + + - name: deploy + image: alpine + volumes: + - name: www-next + path: /www-next + commands: + - ls /www-next + + volumes: + - name: www-next + host: + path: /Main/www-next \ No newline at end of file