aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-09-04 09:41:47 +0100
committerGravatar GitHub <[email protected]>2021-09-04 09:41:47 +0100
commitda697eef39bf6a786d8293312d41b9bd634c542d (patch)
tree1d4802e7fb9d8631dc95fbc5c100942f361eb819
parentMerge pull request #1487 from python-discord/ks123/goodbye-talentpool-channel (diff)
Update in accordance with python-discord/kubernetes#95
-rw-r--r--.github/workflows/deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 8b809b777..f8a8292a4 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -38,6 +38,6 @@ jobs:
uses: Azure/k8s-deploy@v1
with:
manifests: |
- bot/deployment.yaml
+ namespaces/default/bot/deployment.yaml
images: 'ghcr.io/python-discord/bot:${{ steps.sha_tag.outputs.tag }}'
kubectl-version: 'latest'