diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e6133b5..95e7872 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,14 +31,11 @@ jobs: - name: Install step run: "npm install" - - name: Build step - run: "deno task dev:api" - - name: Upload to Deno Deploy uses: denoland/deployctl@v1 with: project: "esp-projekt" - entrypoint: "src/main.ts" + entrypoint: "api/main.ts" root: ""