aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-03-30 22:46:55 -0700
committerDhravya <[email protected]>2024-03-30 22:46:55 -0700
commitc5848d4bf47109637bce86979a064415a9ffb197 (patch)
tree55cd1471e4476056ad5c31b1aa1325dfaf8840a3 /.github/workflows
parentadded build and release github actions (diff)
downloadsupermemory-c5848d4bf47109637bce86979a064415a9ffb197.tar.xz
supermemory-c5848d4bf47109637bce86979a064415a9ffb197.zip
added push to cf action
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml8
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