Skip to content

Commit

Permalink
fix: bucket name for frontend to support CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
nischalstha9 committed Jul 1, 2024
1 parent 3e1c4ac commit 1fadd9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy_DTM_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

env:
AWS_REGION: ap-south-1
S3_BUCKET: dronetm
S3_BUCKET: dronetm.naxa.com.np

jobs:
build:
Expand Down Expand Up @@ -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 }}

0 comments on commit 1fadd9b

Please sign in to comment.