Skip to content

Commit

Permalink
Merge branch 'timothymiller:main' into theme-toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
albbus-stack authored Nov 1, 2023
2 parents 99b0ac2 + ad19746 commit 1935637
Show file tree
Hide file tree
Showing 60 changed files with 117 additions and 2,154 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
name: Deploy to Cloudflare Workers
runs-on: ubuntu-latest
timeout-minutes: 10
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}

steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -37,11 +35,13 @@ jobs:
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}

- name: Deploy
uses: cloudflare/[email protected].1
uses: cloudflare/[email protected].2
with:
wranglerVersion: '3.15.0'
apiToken: ${{ secrets.CF_API_TOKEN }}
workingDirectory: packages/api
command: deploy src/index.ts
command: deploy src/worker.ts
packageManager: bun
secrets: |
APP_URL
JWT_VERIFICATION_KEY
Expand Down
43 changes: 0 additions & 43 deletions .github/workflows/cli.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/docs.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
permissions:
contents: read
deployments: write
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}

steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
44 changes: 0 additions & 44 deletions .github/workflows/vscode.yml

This file was deleted.

216 changes: 0 additions & 216 deletions apps/cli/bin/index.js

This file was deleted.

Loading

0 comments on commit 1935637

Please sign in to comment.