switch to generate
continuous-integration/drone/push Build is passing Details

This commit is contained in:
user-penguin 2024-08-24 19:26:34 +07:00
parent f6d7bb7b5e
commit b44a742d7f
1 changed files with 2 additions and 2 deletions

View File

@ -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