Skip to content

Commit

Permalink
modifying deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
dubwub committed Jan 13, 2025
1 parent acde8a4 commit a19bf9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-fdr-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ jobs:
git_version="$(scripts/git-version.sh)"
pnpm --filter=@fern-platform/fdr run docker:dev "${git_version}"
npm install -g aws-cdk
cd servers/fdr-deploy
cd servers/fdr-deploy/getdocs-lambda
pnpm run build
cd ../
VERSION="${git_version}" pnpm --filter=@fern-platform/fdr-deploy deploy:dev
env:
DATABASE_URL: ${{ secrets.DEV_POSTGRES_URL }}/fdr?schema=public&connection_limit=6&pool_timeout=30
Expand Down

0 comments on commit a19bf9a

Please sign in to comment.