aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2020-02-17 19:56:12 -0500
committerGitHub <noreply@github.com>2020-02-17 19:56:12 -0500
commit29aa9a3a5d86df7a07a3c0884beac306369df84b (patch)
tree38f4fc2aa59d9d512641ae22feb2308b79383f01 /.github
parent8be19405113095952e9e014ba03b1884e605ab2c (diff)
downloadxesite-29aa9a3a5d86df7a07a3c0884beac306369df84b.tar.xz
xesite-29aa9a3a5d86df7a07a3c0884beac306369df84b.zip
Update kubernetes-cd.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/kubernetes-cd.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/kubernetes-cd.yml b/.github/workflows/kubernetes-cd.yml
index 515c958..37f47b1 100644
--- a/.github/workflows/kubernetes-cd.yml
+++ b/.github/workflows/kubernetes-cd.yml
@@ -43,7 +43,7 @@ jobs:
--domain=christine.website \
--dockerImage=xena/christinewebsite:$(echo $GITHUB_SHA | head -c7) \
--containerPort=5000 \
- --replicas=1 \
+ --replicas=2 \
--useProdLE=true > $GITHUB_WORKSPACE/deploy.yml
env:
FILE_DATA: ${{ secrets.SSH_PRIVATE_KEY }}