Skip to content

fix: react testing library 사용 시 에러 이미지 import 시 에러 발생 (#155) #6

fix: react testing library 사용 시 에러 이미지 import 시 에러 발생 (#155)

fix: react testing library 사용 시 에러 이미지 import 시 에러 발생 (#155) #6

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