Add pitch #7

Merged
stcb merged 25 commits from doc into dev 2024-12-20 09:43:39 +00:00
2 changed files with 2 additions and 6 deletions
Showing only changes of commit 23d4ad4d61 - Show all commits

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>