Disable GH action temporarily

This is only until v2 is ready
This commit is contained in:
2024-06-02 07:49:28 -04:00
committed by GitHub
parent 75f9b39bc1
commit ad94bb6919

View File

@@ -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 }}