aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2023-09-19 05:46:50 +0100
committerGravatar GitHub <[email protected]>2023-09-19 04:46:50 +0000
commit85d301276b7b923a26506d16e9706111e2b3701e (patch)
treede8a4aa5fbd4e00e1e65e1bd72d284d2f01c12da
parentBump rapidfuzz from 3.2.0 to 3.3.0 (#2759) (diff)
Update deployment CI to pull manifest from infra repo (#2763)
-rw-r--r--.github/workflows/build-deploy.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml
index 260fb4456..b06429faf 100644
--- a/.github/workflows/build-deploy.yml
+++ b/.github/workflows/build-deploy.yml
@@ -63,7 +63,8 @@ jobs:
- name: Checkout Kubernetes repository
uses: actions/checkout@v4
with:
- repository: python-discord/kubernetes
+ repository: python-discord/infra
+ path: infra
- uses: azure/setup-kubectl@v3
@@ -77,5 +78,5 @@ jobs:
uses: azure/k8s-deploy@v4
with:
manifests: |
- namespaces/default/bot/deployment.yaml
+ infra/kubernetes/namespaces/default/bot/deployment.yaml
images: 'ghcr.io/python-discord/bot:${{ inputs.sha-tag }}'