File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - dev
7+ - production
78 workflow_dispatch :
89
910concurrency : ${{ github.workflow }}-${{ github.ref }}
2021
2122 - run : bun install
2223
23- - run : bun sst deploy --stage=dev
24+ - run : bun sst deploy --stage=${{ github.ref_name }}
2425 env :
2526 CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ export default {
120120 return new Response (
121121 JSON . stringify ( {
122122 secret,
123- url : "https://dev. opencode.ai/s/" + short ,
123+ url : "https://opencode.ai/s/" + short ,
124124 } ) ,
125125 {
126126 headers : { "Content-Type" : "application/json" } ,
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ export const RunCommand = cmd({
8989 await Session . share ( session . id )
9090 UI . println (
9191 UI . Style . TEXT_INFO_BOLD +
92- "~ https://dev. opencode.ai/s/" +
92+ "~ https://opencode.ai/s/" +
9393 session . id . slice ( - 8 ) ,
9494 )
9595 }
You can’t perform that action at this time.
0 commit comments