Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 84f933c

Browse files
committed
Cloudflare pages
1 parent 2047946 commit 84f933c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

+8
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ jobs:
3030
- name: Build Expo Web
3131
run: bunx expo export -p web
3232

33+
- name: Deploy cloudflare pages
34+
uses: cloudflare/wrangler-action@v3
35+
with:
36+
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
37+
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
38+
packageManager: "bun"
39+
command: pages deploy ./dist --project-name=movieui --branch=main
40+
3341
- name: Upload artifact
3442
uses: actions/upload-pages-artifact@v3
3543
with:

0 commit comments

Comments
 (0)