diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index d4d5ce2..2684c58 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -22,5 +22,7 @@ jobs: entry-point: server/main.ts project: github-actions-deploy production: true + env: + ENTRYPOINT: server/main.ts \ No newline at end of file