diff options
author | 2021-09-04 09:56:31 +0100 | |
---|---|---|
committer | 2021-09-04 09:56:31 +0100 | |
commit | f027f96ee45f74eb1171ea304ee02eea6aff8f7f (patch) | |
tree | ce40f0d551b6813104d63d6b20ce9bd93a1af163 | |
parent | Merge pull request #577 from python-discord/Add-timeout-to-GitHub-repo-metada... (diff) | |
parent | Update 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.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' |