Dax Raad 1 year ago
parent
commit
8e40160934
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .github/workflows/deploy.yml

+ 0 - 2
.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 }}