本番デプロイと疎通確認 (Vercel + AWS) (closes #19)#23
Merged
Conversation
4 tasks
92f8f82 to
5dd6f87
Compare
15e9aeb to
7542ed7
Compare
5dd6f87 to
b27aee1
Compare
7542ed7 to
af2eed1
Compare
b27aee1 to
0190f2b
Compare
af2eed1 to
8e9b5f4
Compare
0190f2b to
f81e2dc
Compare
8e9b5f4 to
284d187
Compare
f81e2dc to
797878f
Compare
284d187 to
427a792
Compare
797878f to
75aadb4
Compare
427a792 to
4932177
Compare
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- :latest push 後は terraform apply では ECS が新イメージを pull しないため --force-new-deployment に変更 - ワンオフタスク手順の terraform output パスを challenge/ 前提に合わせ cd serverside_challenge_2/terraform → cd ../terraform に修正 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
75aadb4 to
7b3610c
Compare
4932177 to
0c5090f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
public_subnet_ids/ecs_sg_idを追加 (ECS run-task 実行に必要)bootstrap/.terraform.lock.hclを git 管理対象に追加coding-challenge-umber-beta.vercel.app) に更新し terraform apply 実施challenge/README.mdに本番 URL・ECR push 手順・ECS run-task 手順を追記frontend/README.mdに本番 Vercel URL とNEXT_PUBLIC_API_URLの確定値を追記本番環境
Test plan
GET https://d1qlohhwjtfdr1.cloudfront.net/healthz→ 200{"status":"ok"}GET https://d1qlohhwjtfdr1.cloudfront.net/api/v1/electricity_bill_simulations?ampere=30&kwh=200→ 200 + JSONAccess-Control-Allow-Origin: https://coding-challenge-umber-beta.vercel.app🤖 Generated with Claude Code