Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

[Init] 🎉 go-proxy-bingai CFWK Deploy #6

[Init] 🎉 go-proxy-bingai CFWK Deploy

[Init] 🎉 go-proxy-bingai CFWK Deploy #6

Workflow file for this run

name: Deploy Worker
on:
push:
repository_dispatch:
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v2
- name: Build & Deploy Worker
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
command: 'deploy --no-bundle --keep-vars'