Skip to content

Commit

Permalink
Set production env to server
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Dec 3, 2023
1 parent 126d9fc commit 5dab78f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/api-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
nvm use
export APP_PORT=${{ secrets.API_SERVER_PORT }}
export NODE_ENV=production
pnpm -r --filter transport-server --filter transport-common i
pnpm build:common
Expand Down

1 comment on commit 5dab78f

@ekbdev
Copy link

@ekbdev ekbdev commented on 5dab78f Dec 3, 2023

Choose a reason for hiding this comment

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

Deploy preview for transport ready!

✅ Preview
https://transport-gdaidjukr-ekbdev.vercel.app
https://ekbdev-transport-feature-api-without-rewrite.vercel.app

Built with commit 5dab78f.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.