Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
context: .
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/toeic-center-finder:latest
build-args: |
REACT_APP_GOOGLE_MAPS_API_KEY=${{ secrets.REACT_APP_GOOGLE_MAPS_API_KEY }}

deploy:
needs: build-and-push
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ WORKDIR /app/frontend
COPY location-map-app/package*.json ./
RUN npm install
COPY location-map-app/ ./
ARG REACT_APP_GOOGLE_MAPS_API_KEY
ENV REACT_APP_GOOGLE_MAPS_API_KEY=$REACT_APP_GOOGLE_MAPS_API_KEY
RUN npm run build

# API 서버 설정 (여기서는 의존성만 복사하고 설치)
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ services:
build:
context: .
dockerfile: Dockerfile
args:
- REACT_APP_GOOGLE_MAPS_API_KEY=${REACT_APP_GOOGLE_MAPS_API_KEY:-your_default_api_key}
# Docker Hub 배포를 위한 설정
image: ${DOCKER_USERNAME:-yourname}/toeic-center-finder:${TAG:-latest}
container_name: toeic-center-finder
Expand Down
2 changes: 0 additions & 2 deletions location-map-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ WORKDIR /app
COPY package*.json ./
RUN npm install
COPY . .
ARG REACT_APP_GOOGLE_MAPS_API_KEY
ENV REACT_APP_GOOGLE_MAPS_API_KEY=$REACT_APP_GOOGLE_MAPS_API_KEY
RUN npm run build

FROM nginx:alpine
Expand Down
18 changes: 0 additions & 18 deletions location-map-app/firebase.json

This file was deleted.

28 changes: 0 additions & 28 deletions location-map-app/functions/.eslintrc.js

This file was deleted.

2 changes: 0 additions & 2 deletions location-map-app/functions/.gitignore

This file was deleted.

81 changes: 0 additions & 81 deletions location-map-app/functions/index.js

This file was deleted.

Loading