Add pitch #7

Merged
stcb merged 25 commits from doc into dev 2024-12-20 09:43:39 +00:00
Showing only changes of commit 2a8ef7eb5d - Show all commits

View File

@ -6,9 +6,6 @@ on:
jobs:
deploy:
runs-on: debian
defaults:
run:
working-directory: website
steps:
- uses: actions/checkout@v1
- name: setup env
@ -33,6 +30,7 @@ jobs:
dockerfile: website/Dockerfile
- uses: actions/k8sdeploy@v1
working-directory: website
with:
kubeconfig: "${{ secrets.K8S }}"
registry_password: "${{ secrets.PKGRW }}"