Skip to content

feat: 레스토랑 카드 및 마커 클릭 이벤트 변경 (#198) #12

feat: 레스토랑 카드 및 마커 클릭 이벤트 변경 (#198)

feat: 레스토랑 카드 및 마커 클릭 이벤트 변경 (#198) #12

Workflow file for this run

name: 🍔 Celuveat frontend DEV CD 🍔
on:
push:
branches:
- develop-frontend
paths:
- 'frontend/**'
jobs:
deploy-frontend:
runs-on: self-hosted
steps:
- name: 🍔 .env 파일 세팅
run: |
touch ~/frontend-env/.env
echo GOOGLE_MAP_API_KEY=${{ secrets.GOOGLE_MAP_API_KEY }} >> ~/frontend-env/.env
- name: 🍔 Run Frontend Deploy Script
run: |
cd ~
sudo sh deploy-frontend.sh