add deploy step for testing
This commit is contained in:
parent
2c4f05aebf
commit
fb7bb0e3af
13
.drone.yml
13
.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
|
Loading…
Reference in New Issue