added push to cf action

This commit is contained in:
Dhravya 2024-03-30 22:46:55 -07:00
parent e68675f3be
commit c5848d4bf4

View file

@ -12,3 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/buildextension
build-app:
runs-on: ubuntu-latest
steps:
- name: Deploy to Cloudflare Workers with Wrangler
uses: cloudflare/wrangler-action@v3.4.1
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
packageManger: bun