aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2023-09-19 05:49:24 +0100
committerGravatar GitHub <[email protected]>2023-09-19 04:49:24 +0000
commitbfdac01fe0a5a6e16ec59383bc59dcf5534c87ef (patch)
tree740483e6ae2dd8d6ba7bc2e7f52dd283acdf476d
parentBump ruff from 0.0.289 to 0.0.290 (#1368) (diff)
Update deployment CI to pull manifest from infra repo (#1370)
-rw-r--r--.github/workflows/build-deploy.yaml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml
index 3d297919..3fb8b990 100644
--- a/.github/workflows/build-deploy.yaml
+++ b/.github/workflows/build-deploy.yaml
@@ -53,13 +53,11 @@ jobs:
environment: production
steps:
- # Check out the private "kubernetes" repository in the `kubernetes`
- # subdirectory using a GitHub Personal Access Token
- name: Checkout Kubernetes Repository
uses: actions/checkout@v4
with:
- repository: python-discord/kubernetes
- path: kubernetes
+ repository: python-discord/infra
+ path: infra
- uses: azure/setup-kubectl@v3
@@ -73,5 +71,5 @@ jobs:
uses: Azure/k8s-deploy@v4
with:
manifests: |
- kubernetes/namespaces/default/sir-lancebot/deployment.yaml
+ infra/kubernetes/namespaces/default/sir-lancebot/deployment.yaml
images: 'ghcr.io/python-discord/sir-lancebot:${{ inputs.sha-tag }}'