Skip to content

Commit

Permalink
chore: Update normal deploy to use Wrangler (#2713)
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw authored Jan 12, 2025
1 parent 124ea98 commit e1107d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gg-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
mv dist/assets/node_modules/* dist/assets/
find dist/_expo/static/js/web/ -type f -print0 | xargs -0 sed -i 's/assets\/node_modules/assets/g'
- name: deploy website
uses: cloudflare/pages-action@v1.5.0
uses: cloudflare/wrangler-action@v3.13.0
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
Expand Down

0 comments on commit e1107d1

Please sign in to comment.