Skip to content

Commit

Permalink
Merge pull request #3 from twpol/twpol/issue1
Browse files Browse the repository at this point in the history
refactor: Rename repository and code to full domain name
  • Loading branch information
twpol authored Jan 1, 2024
2 parents a996b95 + a0f9857 commit 0da0dbd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
REMOTE_USER: ${{ secrets.REMOTE_USER }}
TARGET: ${{ secrets.REMOTE_TARGET }}
SCRIPT_AFTER: |
sudo systemctl restart openrails-telemetry.service
sudo systemctl restart telemetry.openrails.org.service
2 changes: 1 addition & 1 deletion Open Rails Telemetry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<Content Include="openrails-telemetry.service">
<Content Include="telemetry.openrails.org.service">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Pages/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@RenderBody()
</main>
<footer>
Open Rails Telemetry - <a href="https://www.elvastower.com/forums/index.php?/topic/37702-opt-in-anonymous-telemetry/">About</a> - <a href="https://github.com/openrails/telemetry">Source Code</a>
Open Rails Telemetry - <a href="https://www.elvastower.com/forums/index.php?/topic/37702-opt-in-anonymous-telemetry/">About</a> - <a href="https://github.com/openrails/telemetry.openrails.org">Source Code</a>
</footer>
<script src="~/js/site.js" asp-append-version="true"></script>
@await RenderSectionAsync("Scripts", required: false)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
Description=Open Rails Telemetry service

[Service]
WorkingDirectory=/var/aspnetcore/openrails-telemetry
ExecStart=/usr/bin/dotnet "/var/aspnetcore/openrails-telemetry/Open Rails Telemetry.dll"
WorkingDirectory=/var/dotnet/telemetry.openrails.org
ExecStart=/usr/bin/dotnet "/var/dotnet/telemetry.openrails.org/Open Rails Telemetry.dll"
Restart=always
RestartSec=10
SyslogIdentifier=aspnet-openrails-telemetry
SyslogIdentifier=dotnet-telemetry.openrails.org
User=openrails
Environment=ASPNETCORE_ENVIRONMENT=Production ASPNETCORE_URLS=http://127.0.0.1:5001

Expand Down

0 comments on commit 0da0dbd

Please sign in to comment.