aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-09-04 09:45:45 +0100
committerGravatar GitHub <[email protected]>2021-09-04 09:45:45 +0100
commit8bd260d7e6cf11c556e2e5533c4c70c3a15c2331 (patch)
treece40f0d551b6813104d63d6b20ce9bd93a1af163 /.github
parentMerge pull request #577 from python-discord/Add-timeout-to-GitHub-repo-metada... (diff)
Update in accordance with python-discord/kubernetes#95
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 4208f727..0e315327 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -41,7 +41,7 @@ jobs:
uses: Azure/k8s-deploy@v1
with:
manifests: |
- site/deployment.yaml
+ namespaces/default/site/deployment.yaml
images: 'ghcr.io/python-discord/site:${{ steps.sha_tag.outputs.tag }}'
kubectl-version: 'latest'