denoland / deploy_feedback

For reporting issues with Deno Deploy
https://deno.com/deploy
74 stars 5 forks source link

[Bug]: Fresh project build fail trying to use project env variables #655

Closed ptribe closed 5 months ago

ptribe commented 5 months ago

Problem description

When running the deploy process it continues to fail during the build process with the following error:

image

Steps to reproduce

  1. Start a new Fresh project
  2. Setup a Supabase connection with .env variables
  3. Add the variables to deno project
  4. Run the fresh build in deno deploy

Expected behavior

Project builds and runs on server

Environment

No response

Possible solution

No response

Additional context

No response

ptribe commented 5 months ago

I added the env variables to github actions and it solved the issue