Mercurial > code > home > repos > reposync
diff deploy.yaml @ 21:cb71722bb75c
use pipenv
author | drewp@bigasterisk.com |
---|---|
date | Tue, 29 Mar 2022 21:13:48 -0700 |
parents | b59912649fc4 |
children | b9fe6d26b3fa |
line wrap: on
line diff
--- a/deploy.yaml Sun Jan 09 20:47:57 2022 -0800 +++ b/deploy.yaml Tue Mar 29 21:13:48 2022 -0700 @@ -26,7 +26,9 @@ ports: - containerPort: 8000 command: - - python3 + - pipenv + - run + - python - repo_github_status.py - "-v" - name: hg-status @@ -34,7 +36,9 @@ ports: - containerPort: 8001 command: - - python3 + - pipenv + - run + - python - repo_local_status.py - "-v" volumeMounts: