Skip to content

Refactoring: appstore 검수를 위한 데모 ID 적용, 로그인, 로그아웃 개선 (#682) #412

Refactoring: appstore 검수를 위한 데모 ID 적용, 로그인, 로그아웃 개선 (#682)

Refactoring: appstore 검수를 위한 데모 ID 적용, 로그인, 로그아웃 개선 (#682) #412

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 }}