Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit af62ac1

Browse files
committed
Fix deploy action
1 parent 20fe78a commit af62ac1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,5 @@ jobs:
7676
uses: denoland/deployctl@v1
7777
with:
7878
project: ${{ matrix.name }}
79-
entrypoint: ${{ matrix.dir }}/dist/server.js
79+
root: ${{ matrix.dir }}
80+
entrypoint: dist/server.js

0 commit comments

Comments
 (0)