aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-09-04 09:56:31 +0100
committerGravatar GitHub <[email protected]>2021-09-04 09:56:31 +0100
commitf027f96ee45f74eb1171ea304ee02eea6aff8f7f (patch)
treece40f0d551b6813104d63d6b20ce9bd93a1af163
parentMerge pull request #577 from python-discord/Add-timeout-to-GitHub-repo-metada... (diff)
parentUpdate in accordance with python-discord/kubernetes#95 (diff)
Merge pull request #579 from python-discord/jb3/update-k8s-path
Update manifest path
-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'