-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An error occurred when deploying production #50
Comments
phucvinh57
pushed a commit
that referenced
this issue
Sep 18, 2023
Modify build configs & fix run script in `Dockerfile` fix #50
Fixed in #51 |
github-actions bot
pushed a commit
that referenced
this issue
Jan 9, 2024
# 1.0.0-rc.1 (2024-01-09) ### Bug Fixes * **build product:** incorrect entry file path ([aa16608](aa16608)), closes [#50](#50) * **ci:** remove print release step outputs ([a1c7bb4](a1c7bb4)) * **ci:** well fix ([8d743d5](8d743d5)) * **dependabot.yml:** disable version updates for npm dependencies ([a003e1a](a003e1a)) * **dependabot.yml:** wrong configuration ([5707c12](5707c12)) * **dependabot:** change target branch ([54e4384](54e4384)) * **dependabot:** set target branch direct to master ([f3a0ab9](f3a0ab9)) * github actions cannot read `release` job's outputs ([7264e4f](7264e4f)) * **index.ts:** calling wrong method to start application ([c2ededa](c2ededa)) * **project config:** missing linting & testing config ([289ea6a](289ea6a)) * **release.yml:** fuking shit ([6e70795](6e70795)) * **release.yml:** good fix ([ca14e0f](ca14e0f)) * **routes:** disable exposing HEAD route for each GET method ([5825529](5825529)) * **swagger:** update to openapi 3 ([c3197f9](c3197f9)) ### Features * add bot's PR header ([062e6ec](062e6ec)) * **ci:** adapt new ci workflows ([89ec5dc](89ec5dc)) * **dtos:** migrate from `fluent-json-schema` to `@sinclair/typebox` ([ab84294](ab84294)) * **envs:** add validations using `envalid` ([4cfff3e](4cfff3e)) * **error handler:** catch more cases ([c746a39](c746a39)) * **logger:** integrate with discord webhook ([260e991](260e991)) * manage tags and versions ([fd15413](fd15413)) * **request:** write custom type for authenticated request ([9340448](9340448)) * set up release workflow using `semantic-release` ([3bfde01](3bfde01)) * update template structures & code quality ([114ed2e](114ed2e)) ### Performance Improvements * **request:** decorate user object for each request ([30e6fdb](30e6fdb))
phucvinh57
pushed a commit
that referenced
this issue
Jan 9, 2024
# 1.0.0 (2024-01-09) ### Bug Fixes * **build product:** incorrect entry file path ([aa16608](aa16608)), closes [#50](#50) * **ci:** remove print release step outputs ([a1c7bb4](a1c7bb4)) * **ci:** well fix ([8d743d5](8d743d5)) * **dependabot.yml:** disable version updates for npm dependencies ([a003e1a](a003e1a)) * **dependabot.yml:** wrong configuration ([5707c12](5707c12)) * **dependabot:** change target branch ([54e4384](54e4384)) * **dependabot:** set target branch direct to master ([f3a0ab9](f3a0ab9)) * github actions cannot read `release` job's outputs ([7264e4f](7264e4f)) * github release error due to incorrect `successComment` message ([f14082b](f14082b)) * **index.ts:** calling wrong method to start application ([c2ededa](c2ededa)) * package.json version not update automatically ([ccbf88e](ccbf88e)) * **project config:** missing linting & testing config ([289ea6a](289ea6a)) * **release.yml:** fuking shit ([6e70795](6e70795)) * **release.yml:** good fix ([ca14e0f](ca14e0f)) * **routes:** disable exposing HEAD route for each GET method ([5825529](5825529)) * **swagger:** update to openapi 3 ([c3197f9](c3197f9)) ### Features * add bot's PR header ([062e6ec](062e6ec)) * **ci:** adapt new ci workflows ([89ec5dc](89ec5dc)) * **dtos:** migrate from `fluent-json-schema` to `@sinclair/typebox` ([ab84294](ab84294)) * **envs:** add validations using `envalid` ([4cfff3e](4cfff3e)) * **error handler:** catch more cases ([c746a39](c746a39)) * **logger:** integrate with discord webhook ([260e991](260e991)) * manage tags and versions ([fd15413](fd15413)) * **request:** write custom type for authenticated request ([9340448](9340448)) * set up release workflow using `semantic-release` ([3bfde01](3bfde01)) * update template structures & code quality ([114ed2e](114ed2e)) ### Performance Improvements * **request:** decorate user object for each request ([30e6fdb](30e6fdb))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @phucvinh57 !
I noticed an error appearing in the last line in the
Dockerfile
:CMD yarn db:deploy && node index.js
I have fixed it like this, and deployed to VPS successfully:
CMD yarn db:deploy && node src/index.js
Sorry, I found this error in TickFlow project, but just now reported it to you.
Please consider this issue !
The text was updated successfully, but these errors were encountered: