From 23d4ad4d6140a520aefdafacd3a9aed446edf6f0 Mon Sep 17 00:00:00 2001 From: ange Date: Fri, 29 Nov 2024 05:40:12 +0000 Subject: [PATCH] fix: k8sdeploy workdir --- .gitea/workflows/website.yaml | 6 +----- website/html/index.html | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/website.yaml b/.gitea/workflows/website.yaml index 05faf67..d0fc296 100644 --- a/.gitea/workflows/website.yaml +++ b/.gitea/workflows/website.yaml @@ -28,12 +28,8 @@ jobs: password: "${{ secrets.PKGRW }}" dockerfile: website/Dockerfile - - name: test - working-directory: website - run: pwd && find . - - uses: actions/k8sdeploy@v1 - working-directory: website with: kubeconfig: "${{ secrets.K8S }}" registry_password: "${{ secrets.PKGRW }}" + workdir: website diff --git a/website/html/index.html b/website/html/index.html index fe9a343..5da1c74 100644 --- a/website/html/index.html +++ b/website/html/index.html @@ -7,6 +7,6 @@ Icing logo -

Hello, World!

+

Hello, World