-
Notifications
You must be signed in to change notification settings - Fork 2
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
Make Dockerfile
and compose.yaml
$PORT
really configurable
#1134
Merged
make-github-pseudonymous-again
merged 8 commits into
main
from
cd-polish-port-configuration-1
Jan 31, 2025
Merged
Make Dockerfile
and compose.yaml
$PORT
really configurable
#1134
make-github-pseudonymous-again
merged 8 commits into
main
from
cd-polish-port-configuration-1
Jan 31, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make-github-pseudonymous-again
temporarily deployed
to
Snyk
January 30, 2025 17:28 — with
GitHub Actions
Inactive
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1134 +/- ##
==========================================
- Coverage 73.25% 73.15% -0.11%
==========================================
Files 773 773
Lines 11938 11938
Branches 1456 1456
==========================================
- Hits 8745 8733 -12
- Misses 2702 2709 +7
- Partials 491 496 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
make-github-pseudonymous-again
temporarily deployed
to
Snyk
January 30, 2025 17:41 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
had a problem deploying
to
Snyk
January 30, 2025 17:53 — with
GitHub Actions
Error
make-github-pseudonymous-again
force-pushed
the
cd-polish-port-configuration-1
branch
from
January 30, 2025 17:56
d9f46c4
to
9d28e2b
Compare
make-github-pseudonymous-again
temporarily deployed
to
Snyk
January 30, 2025 17:56 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
force-pushed
the
cd-polish-port-configuration-1
branch
from
January 30, 2025 18:00
9d28e2b
to
a78f97e
Compare
make-github-pseudonymous-again
temporarily deployed
to
Snyk
January 30, 2025 18:01 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
changed the title
Add deploy test to check that
Add GHA jobs to check that Jan 30, 2025
$PORT
can be configured$PORT
can be configured
make-github-pseudonymous-again
force-pushed
the
cd-polish-port-configuration-1
branch
from
January 30, 2025 23:30
a78f97e
to
5c00b71
Compare
make-github-pseudonymous-again
temporarily deployed
to
Snyk
January 30, 2025 23:30 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
force-pushed
the
cd-polish-port-configuration-1
branch
from
January 31, 2025 00:25
5c00b71
to
6955c44
Compare
make-github-pseudonymous-again
had a problem deploying
to
Snyk
January 31, 2025 00:25 — with
GitHub Actions
Error
make-github-pseudonymous-again
force-pushed
the
cd-polish-port-configuration-1
branch
from
January 31, 2025 00:25
6955c44
to
d2676c5
Compare
make-github-pseudonymous-again
temporarily deployed
to
Snyk
January 31, 2025 00:25 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
force-pushed
the
cd-polish-port-configuration-1
branch
from
January 31, 2025 00:38
d2676c5
to
0e66efb
Compare
make-github-pseudonymous-again
temporarily deployed
to
Snyk
January 31, 2025 00:38 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
temporarily deployed
to
Snyk
January 31, 2025 00:46 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
force-pushed
the
cd-polish-port-configuration-1
branch
from
January 31, 2025 00:50
d20018b
to
8218fb9
Compare
make-github-pseudonymous-again
temporarily deployed
to
Snyk
January 31, 2025 00:50 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
temporarily deployed
to
Snyk
January 31, 2025 01:04 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
force-pushed
the
cd-polish-port-configuration-1
branch
from
January 31, 2025 09:11
8869c70
to
21631e7
Compare
make-github-pseudonymous-again
temporarily deployed
to
Snyk
January 31, 2025 09:11 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
force-pushed
the
cd-polish-port-configuration-1
branch
from
January 31, 2025 09:12
21631e7
to
17f8f78
Compare
make-github-pseudonymous-again
temporarily deployed
to
Snyk
January 31, 2025 09:12 — with
GitHub Actions
Inactive
make-github-pseudonymous-again
changed the title
Add GHA jobs to check that
Make Jan 31, 2025
$PORT
can be configuredDockerfile
and compose.yaml
$PORT
really configurable
make-github-pseudonymous-again
deleted the
cd-polish-port-configuration-1
branch
January 31, 2025 09:26
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There already existed an embryo of a generic solution but it was falling short because of the two following issues which this PR fixes:
Dockerfile
#1133