diff --git a/.cpanel.yml b/.cpanel.yml new file mode 100644 index 0000000..dcfde05 --- /dev/null +++ b/.cpanel.yml @@ -0,0 +1,11 @@ +--- +deployment: + tasks: + - export DEPLOYPATH=/home/tesbacad/public_html/ + - /bin/cp -R * $DEPLOYPATH + - cd $DEPLOYPATH + - composer install --no-dev --optimize-autoloader + - php artisan migrate --force + - php artisan storage:link + - php artisan optimize + - chmod -R 755 storage bootstrap/cache \ No newline at end of file