Update .gitea/workflows/render-and-deploy.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user