[Deno Deploy] Update .github/workflows/deploy.yml

This commit is contained in:
deno-deploy[bot]
2025-04-04 06:50:43 +00:00
committed by GitHub
parent def0f2bd9c
commit 4fb87cc127

View File

@@ -31,14 +31,11 @@ jobs:
- name: Install step - name: Install step
run: "npm install" run: "npm install"
- name: Build step
run: "deno task dev:api"
- name: Upload to Deno Deploy - name: Upload to Deno Deploy
uses: denoland/deployctl@v1 uses: denoland/deployctl@v1
with: with:
project: "esp-projekt" project: "esp-projekt"
entrypoint: "src/main.ts" entrypoint: "api/main.ts"
root: "" root: ""