Skip to content

Feature: 안드로이드 뒤로가기 버튼 개선, Footer 개선, splash screen 개선 (#679) #410

Feature: 안드로이드 뒤로가기 버튼 개선, Footer 개선, splash screen 개선 (#679)

Feature: 안드로이드 뒤로가기 버튼 개선, Footer 개선, splash screen 개선 (#679) #410

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