Skip to content

Commit e71def4

Browse files
committed
Deploy from proper infra repository
1 parent cad1547 commit e71def4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Checkout Kubernetes Repository
6262
uses: actions/checkout@v3
6363
with:
64-
repository: python-discord/kubernetes
64+
repository: python-discord/infra
6565
path: kubernetes
6666

6767
- uses: azure/setup-kubectl@v3
@@ -76,5 +76,5 @@ jobs:
7676
uses: Azure/k8s-deploy@v4
7777
with:
7878
manifests: |
79-
kubernetes/namespaces/apis/code-jam-management/deployment.yaml
79+
kubernetes/kubernetes/namespaces/apis/code-jam-management/deployment.yaml
8080
images: 'ghcr.io/python-discord/code-jam-management:${{ inputs.sha-tag }}'

0 commit comments

Comments
 (0)