Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Add Lighthouse #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions SS14.MapServer/Controllers/MapController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ public async Task<IActionResult> SyncAllDelta()
"edge.yml",
"hammurabi.yml",
"hive.yml",
"lighthouse.yml",
"pebble.yml",
"shoukou.yml",
"submarine.yml",
Expand Down
2 changes: 1 addition & 1 deletion SS14.MapServer/SS14.MapServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<Version>1.1.7</Version>
<Version>1.1.8</Version>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this intentional?

Probably doesn't matter but

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this was intentional because there is a workflow set up that's building and deploying this app as docker container. That image is versioned with this number. Presumably it's pulled on whatever server runs this, so this helps to see what version is running there. If the server this runs on also automatically updates running containers, it might help trigger that if mere updating isn't enough; I don't know how you've got things set up there.

</PropertyGroup>

<ItemGroup>
Expand Down