From b2beb8db7402be8631cebe0157ea930eae1dfde8 Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Tue, 19 Oct 2021 22:21:05 +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 1767968ba..570fd7ab0 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -18,4 +18,4 @@ pipelines: - pipe: atlassian/aws-s3-deploy:1.1.0 variables: S3_BUCKET: "jamkazam-ui/prd" - LOCAL_PATH: "build" \ No newline at end of file + LOCAL_PATH: "jam-ui/build" \ No newline at end of file