aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2023-03-20 20:20:57 +0100
committerGravatar shtlrs <[email protected]>2023-03-20 20:20:57 +0100
commit5e51c790ab544028f8febb79b52ff53f3512da7e (patch)
tree411fa4e3ede25e42dc1ee3d7b121ade5885c941c /.github
parentuse hyphen instead of underscore across all workflow names (diff)
fix indentation for k8s-deploy job's inputs
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-deploy.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml
index cdfc84f9..9899d942 100644
--- a/.github/workflows/build-deploy.yaml
+++ b/.github/workflows/build-deploy.yaml
@@ -77,8 +77,8 @@ jobs:
- name: Deploy to Kubernetes
uses: Azure/k8s-deploy@v4
with:
- manifests: |
- namespaces/default/site/deployment.yaml
+ manifests: |
+ namespaces/default/site/deployment.yaml
images: 'ghcr.io/python-discord/site:${{ steps.sha_tag.outputs.tag }}'
- name: Purge Cloudflare Edge Cache