From 1fadd9b27d51a4692a2bb3cf6c15ba047262931c Mon Sep 17 00:00:00 2001 From: Nischal Shrestha Date: Mon, 1 Jul 2024 14:06:26 +0545 Subject: [PATCH] fix: bucket name for frontend to support CNAME --- .github/workflows/build_and_deploy_DTM_frontend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_deploy_DTM_frontend.yml b/.github/workflows/build_and_deploy_DTM_frontend.yml index ceead74c..4f1c7685 100644 --- a/.github/workflows/build_and_deploy_DTM_frontend.yml +++ b/.github/workflows/build_and_deploy_DTM_frontend.yml @@ -14,7 +14,7 @@ permissions: env: AWS_REGION: ap-south-1 - S3_BUCKET: dronetm + S3_BUCKET: dronetm.naxa.com.np jobs: build: @@ -75,4 +75,4 @@ jobs: run: | pwd ls -alh - aws s3 cp --recursive ./dist s3://dronetm + aws s3 cp --recursive ./dist s3://${{ env.S3_BUCKET }}