Skip to content

Merge branch 'develop' of https://github.com/gamgyul-code/gamgyul-cod… #133

Merge branch 'develop' of https://github.com/gamgyul-code/gamgyul-cod…

Merge branch 'develop' of https://github.com/gamgyul-code/gamgyul-cod… #133

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/first.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/first.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
# .env에 있던 환경변수들을 등록해주는 단계
- name: .env setting
run: |
echo "VITE_KAKAO_TOKEN=${{ secrets.VITE_KAKAO_TOKEN }}" >> .env