diff options
author | 2021-09-04 09:45:45 +0100 | |
---|---|---|
committer | 2021-09-04 09:45:45 +0100 | |
commit | 8bd260d7e6cf11c556e2e5533c4c70c3a15c2331 (patch) | |
tree | ce40f0d551b6813104d63d6b20ce9bd93a1af163 /.github/workflows/deploy.yaml | |
parent | Merge 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/workflows/deploy.yaml')
-rw-r--r-- | .github/workflows/deploy.yaml | 2 |
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' |