Skip to content

Merge pull request #229 from DevKor-github/feat/#228/unread-chat #142

Merge pull request #229 from DevKor-github/feat/#228/unread-chat

Merge pull request #229 from DevKor-github/feat/#228/unread-chat #142

Workflow file for this run

name: Deploy - Dev
on:
push:
branches: ['dev']
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 😎 netlifyμ—κ²Œ ν† μŠ€ν–ˆμŠ΅λ‹ˆλ‹€. λ‚˜μ€‘μ— prod 배포할 λ•Œ μ°Έκ³ ν• κ±°μ—μš”
uses: actions/checkout@v4
# - name: ⌨️ μ†ŒμŠ€μ½”λ“œ 확인쀑!
# uses: actions/checkout@v4
# - name: ⌨️ Node.js μ„€μΉ˜μ€‘!
# uses: actions/setup-node@v3
# with:
# node-version: 20.x
# - name: πŸ“¦ νŒ¨ν‚€μ§€ μ„€μΉ˜μ€‘!
# run: npm install
# - name: πŸ“¦ ν™˜κ²½λ³€μˆ˜ 섀정쀑!
# run: |
# touch .env
# echo VITE_API_URL=${{ secrets.VITE_API_URL }} >> .env
# echo VITE_BASE_URL=${{ secrets.VITE_BASE_URL }} >> .env
# - name: πŸ“¦ λΉŒλ“œμ€‘!
# run: npm run build
# - name: πŸš€ 배포쀑!
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GH_ACTIONS_TOKEN }}
# publish_dir: ./dist