ci: GitHub primary — mirror ke Gitea backup; hapus workflow legacy (hobby repo)
Mirror to Gitea / mirror (push) Canceled after 0s

This commit is contained in:
asepharyana
2026-08-01 16:44:04 +07:00
parent 9d08db79d4
commit be1e4cabc3
4 changed files with 26 additions and 149 deletions
-33
View File
@@ -1,33 +0,0 @@
name: Deploy to Cloudflare Workers
on:
push:
branches:
- master
workflow_dispatch:
jobs:
deploy:
name: Deploy to Cloudflare Workers
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install Dependencies
run: bun install --frozen-lockfile
- name: Run Tests
run: bun test
- name: Deploy Worker
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
command: deploy
wranglerVersion: "4.110.0"