Skip to content

Commit

Permalink
fix: add WORKERS_URL env variable in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dOrgJelli committed Feb 7, 2024
1 parent 7046989 commit 353346d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
DEPLOYMENT_STAGE: dev
AWS_ACCESS_KEY_ID: ${{ secrets.DEV_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.DEV_AWS_SECRET_ACCESS_KEY }}
DEV_WORKERS_URL: https://api.dev.fundpublicgoods.ai
DEV_INNGEST_SIGNING_KEY: ${{ secrets.DEV_INNGEST_SIGNING_KEY }}
DEV_INNGEST_EVENT_KEY: ${{ secrets.DEV_INNGEST_EVENT_KEY }}
DEV_NEXT_PUBLIC_SUPABASE_URL: ${{ secrets.DEV_NEXT_PUBLIC_SUPABASE_URL }}
Expand Down
1 change: 1 addition & 0 deletions workers/serverless.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ provider:
timeout: 300
environment:
DEPLOYMENT_STAGE: dev
WORKERS_URL: ${env:DEV_WORKERS_URL}
INNGEST_PROD: true
INNGEST_ENV: fundpublicgoods-dev
INNGEST_SIGNING_KEY: ${env:DEV_INNGEST_SIGNING_KEY}
Expand Down

0 comments on commit 353346d

Please sign in to comment.