diff options
| author | 2023-08-21 15:28:44 +0100 | |
|---|---|---|
| committer | 2023-08-21 15:28:44 +0100 | |
| commit | 63fa1999c72881ba3266c1edec9a162b5f9acd59 (patch) | |
| tree | ccba2e28c1174fb09ed3aa08e4d71cb13fe379c1 | |
| parent | Bump dependencies to latest (diff) | |
Pull manifest from infra repo
| -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 }}' |