also install docker compose
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 14s

This commit is contained in:
WilliamDiakite 2025-07-23 16:34:19 +00:00
parent cef59064f6
commit 72c223ae08

View file

@ -20,8 +20,10 @@ jobs:
with:
persist-credentials: false
- name: Install Docker
run: apk add --no-cache docker-cli
- name: Install Docker + Compose
run: |
apk add --no-cache docker-cli curl py3-pip
pip install docker-compose
- name: Deploy with Docker
run: |