Skip to content

Commit

Permalink
Fix : integration workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oikkoikk committed Oct 24, 2023
1 parent 7a8f69d commit 69121d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
ECR_REPOSITORY: fe-repo
IMAGE_TAG: test
run: |
echo "NEXT_PUBLIC_API_URL=https://test.api.sroom.kr" >> .env.local
echo "NEXT_PUBLIC_API_URL=https://test.api.sroom.kr" > .env.local
echo "NEXTAUTH_URL=https://test.sroom.kr" >> .env.local
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
Expand Down

0 comments on commit 69121d6

Please sign in to comment.