fix: k8sdeploy workdir
Some checks failed
/ mirror (push) Successful in 4s
/ deploy (push) Failing after 34s

This commit is contained in:
ange 2024-11-29 05:40:12 +00:00
parent c3c207a964
commit e5dfc78661
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D
2 changed files with 2 additions and 6 deletions

View File

@ -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

View File

@ -7,6 +7,6 @@
</head>
<body>
<img src="static/logo.webp" alt="Icing logo">
<p>Hello, World!</p>
<p>Hello, World</p>
</body>
</html>