ci fix: deploy-dev.yaml fix, install poetry earlier, add decrypt values to sparse checkout
This commit is contained in:
parent
5e003f36a0
commit
ae59617e02
5
.github/workflows/deploy-dev.yaml
vendored
5
.github/workflows/deploy-dev.yaml
vendored
@ -35,11 +35,15 @@ jobs:
|
|||||||
path: "browsertrix-cloud-ops"
|
path: "browsertrix-cloud-ops"
|
||||||
ssh-key: ${{ secrets.DEPLOY_KEY_OPS_REPO }}
|
ssh-key: ${{ secrets.DEPLOY_KEY_OPS_REPO }}
|
||||||
sparse-checkout: |
|
sparse-checkout: |
|
||||||
|
scripts/decrypt-values.py
|
||||||
values/btrix-dev-values.yml
|
values/btrix-dev-values.yml
|
||||||
poetry.lock
|
poetry.lock
|
||||||
pyproject.toml
|
pyproject.toml
|
||||||
sparse-checkout-cone-mode: false
|
sparse-checkout-cone-mode: false
|
||||||
|
|
||||||
|
- name: Install poetry
|
||||||
|
run: pipx install poetry
|
||||||
|
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
@ -48,7 +52,6 @@ jobs:
|
|||||||
- name: Install vault decryption dependencies
|
- name: Install vault decryption dependencies
|
||||||
working-directory: browsertrix-cloud-ops
|
working-directory: browsertrix-cloud-ops
|
||||||
run: |
|
run: |
|
||||||
pipx install poetry
|
|
||||||
poetry install
|
poetry install
|
||||||
|
|
||||||
- name: Build Backend
|
- name: Build Backend
|
||||||
|
Loading…
Reference in New Issue
Block a user