diff options
| -rw-r--r-- | .github/workflows/build-deploy.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index a2ea586..3f27c5b 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -56,7 +56,8 @@ jobs: - name: Checkout code uses: actions/checkout@v3 with: - repository: python-discord/kubernetes + repository: python-discord/infra + path: infra - uses: azure/setup-kubectl@v3 @@ -70,5 +71,5 @@ jobs: uses: azure/k8s-deploy@v4 with: manifests: | - namespaces/default/king-arthur/deployment.yaml + infra/kubernetes/namespaces/default/king-arthur/deployment.yaml images: 'ghcr.io/python-discord/king-arthur:${{ inputs.sha-tag }}' |