ci: re-enable continuous deployment
This commit is contained in:
33
.github/workflows/main.yml
vendored
33
.github/workflows/main.yml
vendored
@@ -1,20 +1,17 @@
|
|||||||
name: Deploy
|
name: Deploy
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
# on:
|
jobs:
|
||||||
# push:
|
deploy:
|
||||||
# branches:
|
runs-on: ubuntu-latest
|
||||||
# - main
|
name: Deploy
|
||||||
|
steps:
|
||||||
# jobs:
|
- uses: actions/checkout@v4
|
||||||
# deploy:
|
- uses: oven-sh/setup-bun@v1
|
||||||
# runs-on: ubuntu-latest
|
- name: Deploy
|
||||||
# name: Deploy
|
uses: cloudflare/wrangler-action@v3
|
||||||
# steps:
|
with:
|
||||||
# - uses: actions/checkout@v4
|
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
# - uses: oven-sh/setup-bun@v1
|
|
||||||
# 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"
|
|
||||||
# - name: Deploy
|
|
||||||
# uses: cloudflare/wrangler-action@v3
|
|
||||||
# with:
|
|
||||||
# apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user