Skip to content
/ worker-ts_template Public template

A Cloudflare Worker Typescript Template with GitHub workflow CI/CD and an example usage of actions secrets. (Cloudflare Worker)

License

Notifications You must be signed in to change notification settings

jim60105/worker-ts_template

Repository files navigation

Cloudflare worker TS Template

說明

在push至repo後,使用Github Action部屬至Cloudflare
所有參數以Github Secrets管理,可在code中以環境變數存取,範例

設定

  1. 參閱Worker手冊,直至可以建立一般的線上worker
    (Wrangler cli為非必要,但這可以讓你先在本機build過,且tail指令可以接上deployed worker收log)
  2. 在github repo中設定以下secrets
    1. CF_ACCOUNT_ID: 由你的Cloudflare Account Home→Workers的右側找到,或是從wangler cli取得
    2. CF_API_TOKEN: 由你的Cloudflare Profile→API Token→Create Token產生,參照說明
    3. SOMEENV: 其它Secrets,在此專案中搜尋 SOMEENV 以尋找範例和修改處
  3. git push to master branch觸發Github Action,建立worker
  4. 至Cloudflare Worker設定route

參考資料

Cloudflare Workers documentation

https://developers.cloudflare.com/workers/

Hello World (TypeScript)

https://github.com/cloudflare/worker-typescript-template

Set Up Github Actions: Deploy to Cloudflare Worker

https://www.serviops.ca/a-full-ci-cd-pipeline-for-cloudflare-workers-with-github-actions/

About

A Cloudflare Worker Typescript Template with GitHub workflow CI/CD and an example usage of actions secrets. (Cloudflare Worker)

Topics

Resources

License

Stars

Watchers

Forks