From e71def4a058a1e8aaa676e37f2bc8c6da4281f9e Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sat, 18 May 2024 16:50:54 +0200 Subject: [PATCH] Deploy from proper infra repository --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c61d5e0..51fe70a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -61,7 +61,7 @@ jobs: - name: Checkout Kubernetes Repository uses: actions/checkout@v3 with: - repository: python-discord/kubernetes + repository: python-discord/infra path: kubernetes - uses: azure/setup-kubectl@v3 @@ -76,5 +76,5 @@ jobs: uses: Azure/k8s-deploy@v4 with: manifests: | - kubernetes/namespaces/apis/code-jam-management/deployment.yaml + kubernetes/kubernetes/namespaces/apis/code-jam-management/deployment.yaml images: 'ghcr.io/python-discord/code-jam-management:${{ inputs.sha-tag }}'