eliteregistry/post_deploy.sh
2021-04-06 22:06:48 -07:00

9 lines
123 B
Bash

#!/bin/sh
# update application cache
php artisan optimize
# start the application
php-fpm -D && nginx -g "daemon off;"