Skip to content

Commit c187345

Browse files
committed
#45 fix: 프론트엔드 CI/CD 파이프라인 수정
1 parent 20e153d commit c187345

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/frontend.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ jobs:
5757
5858
echo "Logging into ECR and pulling image..."
5959
aws ecr get-login-password --region ap-northeast-2 | docker login --username AWS --password-stdin ${{ secrets.AWS_ECR_FRONTEND_REPOSITORY }}
60-
61-
# echo "Updating environment variables..."
62-
# cat <<EOF > .env
63-
# NEXT_PUBLIC_API_URL=${{ secrets.NEXT_PUBLIC_API_URL }}
64-
# BASE_URL=${{ secrets.BASE_URL }}
65-
# EOF
6660
6761
echo "Deploying frontend container..."
6862
docker compose pull frontend

0 commit comments

Comments
 (0)