Maybe you have to specify the artifact for the deploy stage to get it

This commit is contained in:
Iain Learmonth 2022-01-22 12:22:20 +00:00
parent 9c825dfc16
commit bd0f7d3833

View file

@ -9,6 +9,10 @@ build:
- export NODE_OPTIONS=--openssl-legacy-provider
- npm ci
- npm run build
artifacts:
paths:
- dist
s3:
stage: deploy