diff options
| author | Dhravya <[email protected]> | 2024-03-30 22:46:55 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-03-30 22:46:55 -0700 |
| commit | c5848d4bf47109637bce86979a064415a9ffb197 (patch) | |
| tree | 55cd1471e4476056ad5c31b1aa1325dfaf8840a3 /.github/workflows | |
| parent | added build and release github actions (diff) | |
| download | supermemory-c5848d4bf47109637bce86979a064415a9ffb197.tar.xz supermemory-c5848d4bf47109637bce86979a064415a9ffb197.zip | |
added push to cf action
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b46e802..1e747f32 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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/[email protected] + with: + apiToken: ${{ secrets.CF_API_TOKEN }} + packageManger: bun
\ No newline at end of file |