🔧 chore(workflows): Met à jour la version de PHP et ajuste les alternatives dans les scripts.

This commit is contained in:
Serreau Jovann
2026-01-27 09:30:12 +01:00
parent bce9930511
commit 03c620e107
2 changed files with 2 additions and 3 deletions

View File

@@ -32,4 +32,4 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: 22
script: |
cd /var/www/ludikevent-intranet && php bin/console app:maintenance on && git pull && sh ./update.sh && php bin/console app:maintenance off && php bin/console app:purge-cloudflare
cd /var/www/ludikevent-intranet && sudo update-alternatives --set php /usr/bin/php8.4 && php bin/console app:maintenance on && git pull && sh ./update.sh && php bin/console app:maintenance off && php bin/console app:purge-cloudflare && sudo update-alternatives --set php /usr/bin/php8.3