fix: added missing env parameter for ADMIN_FRONTEND_APPFLOWY_CLOUD_URL to deploy.env #8654
Annotations
1 error and 2 warnings
commitlint
You have commit messages with errors
⧗ input: Added missing env parameter for ADMIN_FRONTEND_APPFLOWY_CLOUD_URL
`docker-compose.yml` has env variable `ADMIN_FRONTEND_APPFLOWY_CLOUD_URL` set to `${ADMIN_FRONTEND_APPFLOWY_CLOUD_URL:-http://appflowy_cloud:8000}`, though `deploy.env` makes no mention of the variable. In my environment, I needed to change the hostname which would also require changing it in `deploy.env` where it is not mentioned. I suggest adding it with the default value for convenience and consistency (the other two `ADMIN_FRONTEND_...` are included) purposes.
✖ body's lines must not be longer than 100 characters [body-max-line-length]
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 3 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
commitlint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
commitlint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|