Create deploy script

Issue #6 on hold
Igor Santos created an issue

We need a couple of Laravel commands to be run during deployment to speed up the application, like cache creation and such:

./artisan route:cache
./artisan config:cache

We also need a custom .env file for production.

Finally, the public/build folder should have its contents ignored and recompiled during every build, with production mode enabled.

Comments (12)

  1. Log in to comment