Disable GH action temporarily
This is only until v2 is ready
This commit is contained in:
34
.github/workflows/main.yml
vendored
34
.github/workflows/main.yml
vendored
@@ -1,20 +1,20 @@
|
|||||||
name: Deploy
|
name: Deploy
|
||||||
|
|
||||||
on:
|
# on:
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- main
|
# - main
|
||||||
|
|
||||||
jobs:
|
# jobs:
|
||||||
deploy:
|
# deploy:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
name: Deploy
|
# name: Deploy
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v4
|
# - uses: actions/checkout@v4
|
||||||
- uses: oven-sh/setup-bun@v1
|
# - uses: oven-sh/setup-bun@v1
|
||||||
with:
|
# with:
|
||||||
bun-download-url: "https://github.com/oven-sh/bun/releases/latest/download/bun-${{runner.os == 'macOS' && 'darwin' || runner.os}}-${{ runner.arch == 'X64' && 'x64' || 'arm64' }}.zip"
|
# bun-download-url: "https://github.com/oven-sh/bun/releases/latest/download/bun-${{runner.os == 'macOS' && 'darwin' || runner.os}}-${{ runner.arch == 'X64' && 'x64' || 'arm64' }}.zip"
|
||||||
- name: Deploy
|
# - name: Deploy
|
||||||
uses: cloudflare/wrangler-action@v3
|
# uses: cloudflare/wrangler-action@v3
|
||||||
with:
|
# with:
|
||||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
# apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user