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 build
|
||||
artifacts:
|
||||
- dist
|
||||
- dist/**
|
||||
pipelines:
|
||||
branches:
|
||||
default:
|
||||
|
@ -24,7 +24,7 @@ pipelines:
|
|||
- npm version patch -m "[skip CI] Version %s"
|
||||
- git push
|
||||
artifacts:
|
||||
- dist
|
||||
- dist/**
|
||||
- step:
|
||||
name: Publish
|
||||
deployment: staging
|
||||
|
@ -40,7 +40,7 @@ pipelines:
|
|||
script:
|
||||
- cp package.json dist/
|
||||
artifacts:
|
||||
- dist
|
||||
- dist/**
|
||||
- step:
|
||||
name: Publish
|
||||
deployment: production
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue