From bd0f7d3833316dcc6ebe888a612b572d2352e097 Mon Sep 17 00:00:00 2001 From: irl Date: Sat, 22 Jan 2022 12:22:20 +0000 Subject: [PATCH] Maybe you have to specify the artifact for the deploy stage to get it --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca9922b..e61cb88 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,10 @@ build: - export NODE_OPTIONS=--openssl-legacy-provider - npm ci - npm run build + artifacts: + paths: + - dist + s3: stage: deploy