switch to generate
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
f6d7bb7b5e
commit
b44a742d7f
|
@ -14,7 +14,7 @@ steps:
|
||||||
- npm -v
|
- npm -v
|
||||||
- yarn --version
|
- yarn --version
|
||||||
- yarn install
|
- yarn install
|
||||||
- yarn build
|
- yarn generate
|
||||||
|
|
||||||
- name: scp
|
- name: scp
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
|
@ -30,5 +30,5 @@ steps:
|
||||||
target:
|
target:
|
||||||
- deploys/sweet_crm
|
- deploys/sweet_crm
|
||||||
source:
|
source:
|
||||||
- .output
|
- dist
|
||||||
rm: true
|
rm: true
|
||||||
|
|
Loading…
Reference in New Issue