diff options
| author | Dax Raad <[email protected]> | 2025-05-31 18:45:36 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-31 18:45:36 -0400 |
| commit | 8e4016093413d8baaa0c54ab8b79273d816e5875 (patch) | |
| tree | e8942d63badb1a6f9557d298d45d53f4af9ecd09 /.github | |
| parent | e97ed735d9b21a71db027d483a17d02c509a6090 (diff) | |
| download | opencode-8e4016093413d8baaa0c54ab8b79273d816e5875.tar.gz opencode-8e4016093413d8baaa0c54ab8b79273d816e5875.zip | |
sync
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index da66e62c6..15b795633 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,9 +19,7 @@ jobs: bun-version: latest - run: bun install - working-directory: app - run: bun sst deploy --stage=dev - working-directory: app env: CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }} |
