Skip to content

Commit

Permalink
Suppress PHP Deprecated in build
Browse files Browse the repository at this point in the history
  • Loading branch information
tvlooy committed Nov 14, 2023
1 parent abda55f commit 6a87f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cp ../../shared/recaptcha_secrets.json config
printOk

printAction "Composer install"
../../shared/composer.phar install --no-dev --classmap-authoritative ${Q}
../../shared/composer.phar install --no-dev --classmap-authoritative ${Q} | grep -v 'PHP Deprecated'
../../shared/composer.phar dump-env prod ${Q}
rm .env
printOk
Expand Down

0 comments on commit 6a87f9d

Please sign in to comment.