6 Commits
Author SHA1 Message Date
khwezi 519ef68ef8 Merge pull request 'Refactored manifest ingressroute' (#4) from styling into master
Reviewed-on: #4
2026-05-16 01:43:10 +02:00
Khwezi Mngoma 331acb2ccb Refactored manifest ingressroute
continuous-integration/drone/pr Build is passing
2026-05-16 01:41:45 +02:00
khwezi 98eefa89b4 Merge pull request 'Refactored dockerfile' (#3) from styling into master
Reviewed-on: #3
2026-05-16 01:34:04 +02:00
Khwezi Mngoma 216f4978d7 Refactored dockerfile
continuous-integration/drone/pr Build is passing
2026-05-16 01:33:17 +02:00
khwezi 3b632a5bc7 Merge pull request 'Run trigger' (#2) from styling into master
Reviewed-on: #2
2026-05-16 01:27:13 +02:00
Khwezi Mngoma 0ce43a4779 Run trigger
continuous-integration/drone/pr Build is failing
2026-05-16 01:26:55 +02:00
4 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
WORKDIR /app WORKDIR /app
COPY ["nuget.config", "./"] COPY ["nuget.config", "./"]
COPY ["ShopAdmin/ShopAdmin.csproj", "Shop/"] COPY ["ShopAdmin/ShopAdmin.csproj", "ShopAdmin/"]
RUN dotnet restore "ShopAdmin/ShopAdmin.csproj" --configfile nuget.config RUN dotnet restore "ShopAdmin/ShopAdmin.csproj" --configfile nuget.config
COPY . . COPY . .
RUN dotnet publish "ShopAdmin/ShopAdmin.csproj" -c Release -o /app/publish /p:UseAppHost=false RUN dotnet publish "ShopAdmin/ShopAdmin.csproj" -c Release -o /app/publish /p:UseAppHost=false
+6
View File
@@ -1,3 +1,9 @@
<Solution> <Solution>
<Folder Name="/Solution Items/">
<File Path=".drone.yml" />
<File Path=".editorconfig" />
<File Path="Dockerfile" />
<File Path="litecharms-shopadmin-uat.yml" />
</Folder>
<Project Path="ShopAdmin/ShopAdmin.csproj" /> <Project Path="ShopAdmin/ShopAdmin.csproj" />
</Solution> </Solution>
+1 -1
View File
@@ -2,4 +2,4 @@
@layout MainLayout @layout MainLayout
<h3>Not Found</h3> <h3>Not Found</h3>
<p>Sorry, the content you are looking for does not exist.</p> <p>Sorry, the content you are looking for does not exist</p>
+1 -1
View File
@@ -147,7 +147,7 @@ spec:
entryPoints: entryPoints:
- websecure - websecure
routes: routes:
- match: Host(`shop.uat.khongisa.co.za`) - match: Host(`shopadmin.uat.khongisa.co.za`)
kind: Rule kind: Rule
services: services:
- name: shop-service - name: shop-service