Skip to content

Commit

Permalink
Deploy from proper infra repository
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristgit committed May 18, 2024
1 parent cad1547 commit e71def4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}'

0 comments on commit e71def4

Please sign in to comment.