fix: also download deploy lib

This commit is contained in:
Dominik Polakovics Polakovics 2026-02-10 17:55:11 +01:00
parent a8001dffdf
commit adb68db40a

View file

@ -62,6 +62,7 @@ jobs:
run: |
apt-get update -qq && apt-get install -y -qq openssh-client rsync
composer require deployer/deployer --dev -q
curl -o deploy-lib.php https://git.cloonar.com/infrastructure/ci-templates/raw/branch/main/deployer/typo3-recipe.php
- name: Switch release
uses: deployphp/action@v1