Skip to content

Commit

Permalink
feat: initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jebibot committed Dec 20, 2023
1 parent 135868a commit 9e4516d
Show file tree
Hide file tree
Showing 7 changed files with 1,434 additions and 1,251 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Deploy
on:
push:
branches: [main]

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm

- name: Install latest npm
run: npm install -g npm

- name: Install dependencies
run: npm ci

- name: Run lint
run: npm run lint

- uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# MultiChzzk.tv

여러 치지직, 트위치, 아프리카TV 방송을 함께 볼 수 있습니다.
Loading

0 comments on commit 9e4516d

Please sign in to comment.