Master commit next.

This commit is contained in:
clive
2024-05-06 22:39:23 +10:00
parent 1684901415
commit 648da48555
5 changed files with 9 additions and 11 deletions

View File

@@ -1,7 +1,6 @@
name: Gitea CI/CD name: Gitea CI/CD
on: on: [push]
push: [push]
jobs: jobs:
build: build:
@@ -19,10 +18,10 @@ jobs:
registry: https://registry.rokoh.com registry: https://registry.rokoh.com
- name: Build Docker image - name: Build Docker image
run: docker build -t registry.rokoh.com/your-image-name:${{ github.sha }} . run: docker build -t registry.rokoh.com/rokoh:${{ github.sha }} .
- name: Push Docker image to registry - name: Push Docker image to registry
run: docker push registry.rokoh.com/your-image-name:${{ github.sha }} run: docker push registry.rokoh.com/rokoh:${{ github.sha }}
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -34,7 +33,7 @@ jobs:
uses: docker/setup-action@v2 uses: docker/setup-action@v2
- name: Pull Docker image from registry - name: Pull Docker image from registry
run: docker pull registry.rokoh.com/your-image-name:${{ github.sha }} run: docker pull registry.rokoh.com/rokoh:${{ github.sha }}
- name: Run Docker container - name: Run Docker container
run: docker run -d -p 80:80 registry.rokoh.com/your-image-name:${{ github.sha }} run: docker run -d -p 6000:80 registry.rokoh.com/rokoh:${{ github.sha }}

Binary file not shown.

View File

@@ -6,8 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup> <PropertyGroup>
<EncryptedPassword>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAApsjTXJnO/U2okjFxQo/2JwAAAAACAAAAAAAQZgAAAAEAACAAAACjNvXdGO/5V4Hvm3WTk6RdEmf+upH/GNkwEJ0gasas/AAAAAAOgAAAAAIAACAAAAD2YoaV/sUfRgSsw3EJU/dThSOC2H6o3GeouUT/4+vFuSAAAACVYQ8gGLTT0P6f3SFQKfcvjGkM1XVbK0kqkK1CLKJMAEAAAAD0R+PUIaRC4gxyt/i/gSZb13MZ3FhFtjSZWwqxNuWriWI11/gc4HE4ubo5DiNpt5akpJTLE2pc8XK4f40XgyCb</EncryptedPassword> <EncryptedPassword>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAApsjTXJnO/U2okjFxQo/2JwAAAAACAAAAAAAQZgAAAAEAACAAAACjNvXdGO/5V4Hvm3WTk6RdEmf+upH/GNkwEJ0gasas/AAAAAAOgAAAAAIAACAAAAD2YoaV/sUfRgSsw3EJU/dThSOC2H6o3GeouUT/4+vFuSAAAACVYQ8gGLTT0P6f3SFQKfcvjGkM1XVbK0kqkK1CLKJMAEAAAAD0R+PUIaRC4gxyt/i/gSZb13MZ3FhFtjSZWwqxNuWriWI11/gc4HE4ubo5DiNpt5akpJTLE2pc8XK4f40XgyCb</EncryptedPassword>
<TimeStampOfAssociatedLegacyPublishXmlFile /> <TimeStampOfAssociatedLegacyPublishXmlFile />
<History>True|2024-04-11T10:30:37.8397782Z;True|2023-09-26T22:00:58.2326255+10:00;False|2023-09-26T21:58:10.1780984+10:00;False|2023-09-19T02:03:24.8925073+10:00;False|2023-09-19T01:59:51.3411365+10:00;True|2023-05-20T15:25:20.1538132+10:00;True|2023-05-06T23:21:28.0504308+10:00;True|2023-04-25T19:14:59.3517199+10:00;True|2023-04-19T19:00:40.8261008+10:00;</History> <History>False|2024-05-06T12:47:52.7762315Z;True|2024-04-11T20:30:37.8397782+10:00;True|2023-09-26T22:00:58.2326255+10:00;False|2023-09-26T21:58:10.1780984+10:00;False|2023-09-19T02:03:24.8925073+10:00;False|2023-09-19T01:59:51.3411365+10:00;True|2023-05-20T15:25:20.1538132+10:00;True|2023-05-06T23:21:28.0504308+10:00;True|2023-04-25T19:14:59.3517199+10:00;True|2023-04-19T19:00:40.8261008+10:00;</History>
<LastFailureDetails> <LastFailureDetails>2024-05-06T12:47:52.7762315Z|checkContainerPrereq</LastFailureDetails>
</LastFailureDetails>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@@ -15,7 +15,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("rokoh")] [assembly: System.Reflection.AssemblyCompanyAttribute("rokoh")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6c750f3c384420d9e06c8200b5776096036d8103")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+f5bf17187655b57686196a9b000d0ca591492145")]
[assembly: System.Reflection.AssemblyProductAttribute("rokoh")] [assembly: System.Reflection.AssemblyProductAttribute("rokoh")]
[assembly: System.Reflection.AssemblyTitleAttribute("rokoh")] [assembly: System.Reflection.AssemblyTitleAttribute("rokoh")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@@ -1 +1 @@
c45bb1594b0184fe4f4237c9c859ff794d2d5f6d5cad6b8373033510aa3410e9 b67df968282f6cc9d739f245ffa0584d9f0e4435964ede64714b38407620f478