summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-06-19 13:26:15 -0400
committerDax Raad <[email protected]>2025-06-19 13:26:15 -0400
commita85b0a370ec02068b8dfced63f5c21ba9fdbfa07 (patch)
tree8deb54c4620dce6a9409efa320fad281352f5d3f /.github/workflows
parente7784d28646f34140fdfcfc39292e639883240c1 (diff)
downloadopencode-a85b0a370ec02068b8dfced63f5c21ba9fdbfa07.tar.gz
opencode-a85b0a370ec02068b8dfced63f5c21ba9fdbfa07.zip
ci: share
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/deploy.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 23b8a1e6e..cc89914fe 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -4,6 +4,7 @@ on:
push:
branches:
- dev
+ - production
workflow_dispatch:
concurrency: ${{ github.workflow }}-${{ github.ref }}
@@ -20,6 +21,6 @@ jobs:
- run: bun install
- - run: bun sst deploy --stage=dev
+ - run: bun sst deploy --stage=${{ github.ref_name }}
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}