diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml new file mode 100644 index 00000000..9e2190b8 --- /dev/null +++ b/.github/workflows/preview.yaml @@ -0,0 +1,23 @@ +name: GitHub Actions Vercel Preview Deployment +env: + VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} + VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} +on: + pull_request: + types: + - opened +jobs: + Deploy-Preview: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Install Vercel CLI + run: npm install --global vercel@canary + - name: Install pnpm + run: npm install -g pnpm + - name: Pull Vercel Environment Information + run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }} + - name: Build Project Artifacts + run: vercel build --token=${{ secrets.VERCEL_TOKEN }} + - name: Deploy Project Artifacts to Vercel + run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} diff --git a/README.md b/README.md index 5166a8dc..52cde81a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ ## ๐ ํ๋ก์ ํธ ์๊ฐ + ์ฌ์ ๊ณต์ ์ฌํํ๋ซํผ ## ๐ Commit convention + - Feat : ์๋ก์ด ๊ธฐ๋ฅ ์ถ๊ฐ - Fix : ๋ฒ๊ทธ ์์ - Env : ๊ฐ๋ฐ ํ๊ฒฝ ๊ด๋ จ ์ค์ @@ -12,5 +14,5 @@ - Docs : ๋ด๋ถ ๋ฌธ์ ์ถ๊ฐ/์์ - Test : ํ ์คํธ ์ถ๊ฐ/์์ - Chore : ๋น๋ ๊ด๋ จ ์ฝ๋ ์์ -- Rename : ํ์ผ ๋ฐ ํด๋๋ช ์์ -- Remove : ํ์ผ ์ญ์ +- Rename : ํ์ผ ๋ฐ ํด๋๋ช ์์ . +- Remove : ํ์ผ ์ญ์ . diff --git a/index.html b/index.html index 3ba384e2..6a7807f4 100644 --- a/index.html +++ b/index.html @@ -1,16 +1,17 @@ +
+ + + +