Skip to content

Commit

Permalink
change to namibia
Browse files Browse the repository at this point in the history
  • Loading branch information
palindaa committed Jun 6, 2023
1 parent 702933f commit cbdeb35
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
env:
REACT_APP_BACKEND: https://u4h9swxm8b.execute-api.us-east-1.amazonaws.com/dev
COUNTRY_NAME: 'Antarctic Region'
COUNTRY_NAME: 'Government of Namibia'
COUNTRY_FLAG_URL: 'https://mrv-common-prod.s3.amazonaws.com/flag.png'
COUNTRY_CODE: 'NG'
COUNTRY_CODE: 'NA'
REACT_APP_MAPBOXGL_ACCESS_TOKEN: ${{ secrets.MAPBOXGL_ACCESS_TOKEN }}
REACT_APP_MAP_TYPE : "None"
steps:
Expand Down
12 changes: 12 additions & 0 deletions deployment/aws-formation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,18 @@ Resources:
Principal: '*'
Resource: !Sub '${S3BucketWeb.Arn}/*'

S3BucketCommonWebPolicy:
Type: AWS::S3::BucketPolicy
Properties:
Bucket: !Ref S3BucketCommonWeb
PolicyDocument:
Version: '2012-10-17'
Statement:
- Effect: 'Allow'
Action: 's3:GetObject'
Principal: '*'
Resource: !Sub '${S3BucketCommonWeb.Arn}/*'

AsyncQueue:
Type: AWS::SQS::Queue
Properties:
Expand Down

0 comments on commit cbdeb35

Please sign in to comment.