Skip to content

Refactor: 라우팅 시 즉각적인 loading 피드백, lint 수정, Footer를 layout으로 (#675) #407

Refactor: 라우팅 시 즉각적인 loading 피드백, lint 수정, Footer를 layout으로 (#675)

Refactor: 라우팅 시 즉각적인 loading 피드백, lint 수정, Footer를 layout으로 (#675) #407

name: CD-develop branch
on:
push:
branches:
- 'develop'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Deploy to Vercel Action
uses: BetaHuhn/deploy-to-vercel-action@latest
with:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_DEV_PROJECT_ID }}