mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
feat: add workflow for deploying Hway to Cloudflare Workers
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
name: Deploy Hway (sonr.id)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
name: Deploy Sonr.ID on Cloudflare
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Deploy
|
||||
uses: cloudflare/wrangler-action@v3
|
||||
with:
|
||||
apiToken: ${{ secrets.CF_WORKERS_TOKEN }}
|
||||
workingDirectory: web
|
||||
Reference in New Issue
Block a user