From 9721833ab812006fc32c8e0a91c50044d4010683 Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Tue, 19 Oct 2021 22:16:35 +0200 Subject: [PATCH] add pipeline for ui deploy --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 5cfb219a6..1767968ba 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -10,7 +10,7 @@ pipelines: - npm install - CI=false npm run build artifacts: - - build/** + - jam-ui/build/** - step: name: Deploy to S3 deployment: production