Ajustando artifacs export
This commit is contained in:
parent
be8af1fd39
commit
ac65309b1e
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ definitions:
|
||||||
- yarn install
|
- yarn install
|
||||||
- yarn build
|
- yarn build
|
||||||
artifacts:
|
artifacts:
|
||||||
- dist
|
- dist/**
|
||||||
pipelines:
|
pipelines:
|
||||||
branches:
|
branches:
|
||||||
default:
|
default:
|
||||||
|
@ -24,7 +24,7 @@ pipelines:
|
||||||
- npm version patch -m "[skip CI] Version %s"
|
- npm version patch -m "[skip CI] Version %s"
|
||||||
- git push
|
- git push
|
||||||
artifacts:
|
artifacts:
|
||||||
- dist
|
- dist/**
|
||||||
- step:
|
- step:
|
||||||
name: Publish
|
name: Publish
|
||||||
deployment: staging
|
deployment: staging
|
||||||
|
@ -40,7 +40,7 @@ pipelines:
|
||||||
script:
|
script:
|
||||||
- cp package.json dist/
|
- cp package.json dist/
|
||||||
artifacts:
|
artifacts:
|
||||||
- dist
|
- dist/**
|
||||||
- step:
|
- step:
|
||||||
name: Publish
|
name: Publish
|
||||||
deployment: production
|
deployment: production
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue