We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e153d commit c187345Copy full SHA for c187345
.github/workflows/frontend.yml
@@ -57,12 +57,6 @@ jobs:
57
58
echo "Logging into ECR and pulling image..."
59
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
66
67
echo "Deploying frontend container..."
68
docker compose pull frontend
0 commit comments