Skip to content

Commit

Permalink
Merge pull request #45 from cloudsteak/20241118
Browse files Browse the repository at this point in the history
Első verzió
  • Loading branch information
the1bit authored Nov 18, 2024
2 parents f42b580 + d6664e3 commit 9c58ce0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resources:

variables:
# Container registry service connection established during pipeline creation
dockerRegistryServiceConnection: "97944d9d-15df-46b7-948e-9679d0437c97"
dockerRegistryServiceConnection: "f4f94a44-0505-4235-9347-4926b8fef7a4"
imageRepository: "trn-node-docker"
containerRegistry: "mentorklub.azurecr.io"
dockerfilePath: "$(Build.SourcesDirectory)/Dockerfile"
Expand Down
2 changes: 1 addition & 1 deletion views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div id="bodyDiv">
<h1>Üdvözöllek Felhő világában!</h1>
<h2><%= data.title %></h2>
<div style="text-align: center">- Docker verzió -</div>
<div style="text-align: center">-- Docker verzió --</div>
<p>NodeJS Verzió: <%= data.nodeVerison %></p>
<p>Kiszolgáló neve: <%= data.host %></p>
</div>
Expand Down

0 comments on commit 9c58ce0

Please sign in to comment.