I am trying to setup deploy using Deployer with laravel recipe
my deploy.php
is without any customisations just with:
require 'vendor/deployer/deployer/recipe/laravel.php'
and host
configuration.
Unfortunately I have issue with templating. Every time I deploy new version it uses template from first version releases/1
(no matter how many version I deploy).
Nothing what I found so far helps (I tried different configurations of deploy.php
from internet but nothing works for me.)
(artisan view:clear
and artisan cache:clear
recipe has)
Thanks for any advices!