Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwit-y committed Nov 2, 2024
1 parent 4983d03 commit d058a39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ jobs:
node-version: lts/*

- name: Create dot env
run: |
"echo OPENAI_API_KEY=${{ vars.OPENAI_API_KEY }} > .env"
"echo SUPABASE_URL=${{ vars.SUPABASE_URL }} >> .env"
run: "echo OPENAI_API_KEY=${{ vars.OPENAI_API_KEY }} > .env"

- name: Echo dot env file
run: echo "$(<.env )"
Expand Down

1 comment on commit d058a39

@deno-deploy
Copy link
Contributor

@deno-deploy deno-deploy bot commented on d058a39 Nov 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:

Module not found "file:///src/main.ts".

Please sign in to comment.