Update .gitea/workflows/render-and-deploy.yml

This commit is contained in:
2026-04-09 20:07:55 +00:00
parent e4e3657d35
commit 9cc094fda8

View File

@@ -21,28 +21,17 @@ jobs:
with: with:
repository: lyra_phasma/opencloud-compose repository: lyra_phasma/opencloud-compose
path: work/opencloud-compose path: work/opencloud-compose
ref: main set-safe-directory: false
- name: List files
run: |
apt-get update
apt-get install tree
tree .
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v6 uses: actions/setup-python@v6
with: with:
python-version: '3.13' python-version: '3.13'
- name: Install Python - name: Install Python Packages
run: | run: |
pip install ruamel.yaml pip install ruamel.yaml
- name: Install Docker Compose Plugin
run: |
docker version
docker compose version || true
- name: Modify Files - name: Modify Files
run: | run: |
bash scripts/render-compose.sh bash scripts/render-compose.sh