Update AWS region to us-east-1 and clarify CloudFlare proxy
- Changed aws-region from us-east-2 to us-east-1 for correct deployment - Updated S3 website URL to use us-east-1 endpoint - Added note about CloudFlare proxy for production serving
This commit is contained in:
parent
d03121001a
commit
b1cc9cb295
1 changed files with 3 additions and 2 deletions
5
.github/workflows/nextjs.yml
vendored
5
.github/workflows/nextjs.yml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
|||
uses: aws-actions/configure-aws-credentials@v4
|
||||
with:
|
||||
role-to-assume: ${{ secrets.CC_OIDC_ROLE }}
|
||||
aws-region: us-east-2
|
||||
aws-region: us-east-1
|
||||
|
||||
- name: Deploy to S3
|
||||
run: |
|
||||
|
@ -66,4 +66,5 @@ jobs:
|
|||
- name: Output deployment URL
|
||||
run: |
|
||||
echo "🎉 Deployment successful!"
|
||||
echo "Your site is available at: http://${{ secrets.S3_BUCKET_NAME }}.s3-website-us-east-2.amazonaws.com"
|
||||
echo "S3 website URL: http://${{ secrets.S3_BUCKET_NAME }}.s3-website-us-east-1.amazonaws.com"
|
||||
echo "Note: Site will be served through CloudFlare proxy for production"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue