Update .gitea/workflows/render-and-deploy.yml
This commit is contained in:
@@ -21,28 +21,17 @@ jobs:
|
||||
with:
|
||||
repository: lyra_phasma/opencloud-compose
|
||||
path: work/opencloud-compose
|
||||
ref: main
|
||||
|
||||
- name: List files
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install tree
|
||||
tree .
|
||||
set-safe-directory: false
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: '3.13'
|
||||
|
||||
- name: Install Python
|
||||
- name: Install Python Packages
|
||||
run: |
|
||||
pip install ruamel.yaml
|
||||
|
||||
- name: Install Docker Compose Plugin
|
||||
run: |
|
||||
docker version
|
||||
docker compose version || true
|
||||
|
||||
- name: Modify Files
|
||||
run: |
|
||||
bash scripts/render-compose.sh
|
||||
|
||||
Reference in New Issue
Block a user