Skip to content

Commit

Permalink
Update env
Browse files Browse the repository at this point in the history
  • Loading branch information
beming-dev committed Jan 15, 2025
1 parent 5b8b722 commit a0fa107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ phases:
--build-arg NEXT_PUBLIC_GA_MEASUREMENT_ID=$NEXT_PUBLIC_GA_MEASUREMENT_ID \
--build-arg NEXT_PUBLIC_SERVER_URI=https://about-back.kro.kr \
--build-arg NEXT_PUBLIC_NEXTAUTH_URL=$NEXT_PUBLIC_NEXTAUTH_URL \
--build-arg NEXTAUTH_URL=https://about-front.kro.kr \
--build-arg NEXTAUTH_URL=$NEXT_PUBLIC_NEXTAUTH_URL \
-t next-app .
- docker tag next-app 294951093594.dkr.ecr.ap-northeast-2.amazonaws.com/frontend:latest

Expand Down

0 comments on commit a0fa107

Please sign in to comment.