Ajustando artifacs export

This commit is contained in:
Leandro Costa 2023-01-27 08:04:49 -03:00
parent be8af1fd39
commit ac65309b1e

View file

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