fix: download deploy lib
All checks were successful
Self Test / test (push) Successful in 13s

This commit is contained in:
Dominik Polakovics Polakovics 2026-02-03 14:50:03 +01:00
parent 7a14faf1d6
commit 29481ef825
2 changed files with 2 additions and 0 deletions

View file

@ -68,6 +68,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