eliteregistry/post_deploy.sh

9 lines
123 B
Bash
Raw Normal View History

2021-04-07 05:06:48 +00:00
#!/bin/sh
# update application cache
php artisan optimize
# start the application
php-fpm -D && nginx -g "daemon off;"