fix: rename to tzar

This commit is contained in:
2025-04-07 17:58:44 +02:00
parent 301c819b43
commit 6cf148b1e8
7 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
variables:
DEPLOY_NAME: czar
DEPLOY_NAME: tzar
SKIP_TESTS: "true"
include:

View File

@@ -3,4 +3,4 @@ FROM mcr.microsoft.com/dotnet/runtime:9.0
COPY deploy/ /app
WORKDIR /app
CMD /app/Czar
CMD /app/Tzar

View File

@@ -1,4 +1,4 @@
# Czar
# Tzar
## Run

View File

@@ -11,5 +11,5 @@
<File Path="README.md" />
</Folder>
<Project Path="Build.fsproj" />
<Project Path="src\Czar.fsproj" />
<Project Path="src\Tzar.fsproj" />
</Solution>

4
package-lock.json generated
View File

@@ -1,5 +1,5 @@
{
"name": "czar",
"name": "Tzar",
"lockfileVersion": 3,
"requires": true,
"packages": {
@@ -7106,4 +7106,4 @@
}
}
}
}
}

View File

@@ -5,7 +5,7 @@
<TargetFramework>net9.0</TargetFramework>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<Version>1.3.1</Version>
<RootNamespace>Czar</RootNamespace>
<RootNamespace>Tzar</RootNamespace>
</PropertyGroup>
<ItemGroup>
<Compile Include="Settings.fs" />

View File

@@ -48,4 +48,4 @@ Stage: runtime
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/x86_64-linux-gnu
%runscript
exec /app/Czar "$@"
exec /app/Tzar "$@"