Maybe you have to specify the artifact for the deploy stage to get it
This commit is contained in:
parent
9c825dfc16
commit
bd0f7d3833
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,10 @@ build:
|
||||||
- export NODE_OPTIONS=--openssl-legacy-provider
|
- export NODE_OPTIONS=--openssl-legacy-provider
|
||||||
- npm ci
|
- npm ci
|
||||||
- npm run build
|
- npm run build
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- dist
|
||||||
|
|
||||||
|
|
||||||
s3:
|
s3:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue