Skip to content
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

Staging #1

Merged
merged 5 commits into from
Nov 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[DevOps] test
IvanYakhvak authored Oct 29, 2024
commit e79e2236ffdcb9da64860fa6a8f9682f7c5ca559
2 changes: 1 addition & 1 deletion helm-values-stage.yaml
Original file line number Diff line number Diff line change
@@ -256,7 +256,7 @@ frontend:
envFromSecret: false
envFrom: []

# ------------------------------------------------------Stats-----------------------------------------------------
# ------------------------------------------------------Stats----------------------------------------------------
# ------------------------------------------------------Stats-----------------------------------------------------
stats:
enabled: true

Unchanged files with check annotations Beta

ARG NEXT_OPEN_TELEMETRY_ENABLED
ENV NEXT_OPEN_TELEMETRY_ENABLED=$NEXT_OPEN_TELEMETRY_ENABLED
ENV NODE_ENV production

Check warning on line 45 in Dockerfile

GitHub Actions / build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
### APP
# Copy dependencies and source code
EXPOSE 3000
ENV PORT 3000

Check warning on line 140 in Dockerfile

GitHub Actions / build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
CMD ["node", "server.js"]