Skip to content

πŸ“¦ Chore: dontenv 라이브러리 μΆ”κ°€ #17

πŸ“¦ Chore: dontenv 라이브러리 μΆ”κ°€

πŸ“¦ Chore: dontenv 라이브러리 μΆ”κ°€ #17

Workflow file for this run

name: Front Deployment
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: react build & deploy
runs-on: ubuntu-latest
steps:
- name: checkout Github Action
uses: actions/checkout@v3

Check failure on line 17 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
# .env에 있던 ν™˜κ²½λ³€μˆ˜λ“€μ„ λ“±λ‘ν•΄μ£ΌλŠ” 단계
- name: .env setting
run: |
echo "REACT_APP_KAKAOMAP=${{ secrets.REACT_APP_KAKAOMAP }}" >> .env
- name: install npm dependencies
run: npm install
- name: react build
run: npm run build