upgrade
This commit is contained in:
27
.drone.yml
27
.drone.yml
@@ -6,18 +6,6 @@ workspace:
|
||||
path: /drone/workdir
|
||||
|
||||
steps:
|
||||
- name: mongo
|
||||
image: mongo
|
||||
pull: if-not-exists
|
||||
detach: true
|
||||
|
||||
- name: maildev
|
||||
image: maildev/maildev
|
||||
pull: if-not-exists
|
||||
commands:
|
||||
- node bin/maildev --web 80 --smtp 25 -v --hide-extensions=STARTTLS
|
||||
detach: true
|
||||
|
||||
- name: load dependencies
|
||||
image: node
|
||||
pull: if-not-exists
|
||||
@@ -39,6 +27,21 @@ steps:
|
||||
- cat .yarnrc
|
||||
- yarn install --verbose --frozen-lockfile
|
||||
|
||||
- name: mongo
|
||||
image: mongo
|
||||
pull: if-not-exists
|
||||
detach: true
|
||||
|
||||
- name: maildev
|
||||
image: node
|
||||
pull: if-not-exists
|
||||
volumes:
|
||||
- name: cache
|
||||
path: /cache
|
||||
commands:
|
||||
- yarn run maildev --web 80 --smtp 25 -v --hide-extensions=STARTTLS
|
||||
detach: true
|
||||
|
||||
- name: liveserver
|
||||
image: node
|
||||
pull: if-not-exists
|
||||
|
||||
Reference in New Issue
Block a user