Level 80
@gabrielbuzzi Things like your APP_KEY should be stored as environment variables on the server(s) you’re deploying to.
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hey guys, i got some doubt about deploy, i'm auto deploying with Buddy.Works, and i add some actions after deploy my code.
My doubt is: is a good approach to generate laravel keys (php artisan key:generate) and jwt auth keys (php artisan jwt:secret) every deploy?
The deploy only stands out when i push something to the master branch in github repository
@gabrielbuzzi Things like your APP_KEY should be stored as environment variables on the server(s) you’re deploying to.
Please or to participate in this conversation.