timthedevguy / BuySYS

*NO LONGER MAINTAINED* Buyback application for EveOnline, can be used by Corporations/Alliances or private entities. Written in PHP 7.4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parameters.yml not syncing

frank1210 opened this issue · comments

After making some changes to my parameters.yml file i cannot sync those changes to the actual page.

Do a cache warmup, or run the update.sh file.

php bin/console cache:clear --env=prod --no-warmup
php bin/console cache:warmup --env=prod

thanks