This commit is contained in:
@@ -18,3 +18,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Web Dist
|
- name: Build Web Dist
|
||||||
run: bun run build
|
run: bun run build
|
||||||
|
- name: Publish to Cloudflare Pages
|
||||||
|
uses: cloudflare/wrangler-action@v3
|
||||||
|
with:
|
||||||
|
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
|
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||||
|
command: pages deploy dist/proto-creator/browser --project-name=ingey
|
||||||
|
|||||||
Reference in New Issue
Block a user