CI : install dependencies
Some checks failed
Deploy / Deploy to Production (push) Failing after 2s

This commit is contained in:
isUnknown 2026-01-05 11:13:01 +01:00
parent ac2ccf01e2
commit 3d376a45da

View file

@ -10,6 +10,10 @@ jobs:
name: Deploy to Production name: Deploy to Production
runs-on: docker runs-on: docker
steps: steps:
- name: Install dependencies
run: |
composer install
- name: Checkout code - name: Checkout code
run: | run: |
git clone --depth 1 --branch main https://forge.studio-variable.com/${{ github.repository }}.git . git clone --depth 1 --branch main https://forge.studio-variable.com/${{ github.repository }}.git .