Skip to content

Commit

Permalink
[Deno Deploy] Update .github/workflows/deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deno-deploy[bot] authored Dec 2, 2024
1 parent 21878f2 commit 2e1ac78
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,11 @@ jobs:
- name: Install step
run: "deno install"

- name: Build step
run: "deno task fe:build"

- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "naijastars"
entrypoint: "https://deno.land/[email protected]/http/file_server.ts"
root: "dist"
project: "naijastars-api"
entrypoint: "server.ts"
root: ""


1 comment on commit 2e1ac78

@deno-deploy
Copy link
Author

@deno-deploy deno-deploy bot commented on 2e1ac78 Dec 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

UNCAUGHT_EXCEPTION

Error: DATABASE_URL environment variable is not set
    at new Database (file:///src/services/db.ts:8:13)
    at Function.getInstance (file:///src/services/db.ts:14:27)
    at file:///src/services/db.ts:22:28

Please sign in to comment.