The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update kubernetes-cd.yml

authored by

Christine Dodrill and committed by
GitHub
29aa9a3a 8be19405

+1 -1
+1 -1
.github/workflows/kubernetes-cd.yml
··· 43 43 --domain=christine.website \ 44 44 --dockerImage=xena/christinewebsite:$(echo $GITHUB_SHA | head -c7) \ 45 45 --containerPort=5000 \ 46 - --replicas=1 \ 46 + --replicas=2 \ 47 47 --useProdLE=true > $GITHUB_WORKSPACE/deploy.yml 48 48 env: 49 49 FILE_DATA: ${{ secrets.SSH_PRIVATE_KEY }}